/*
================================================================================
|                                     Backgrounds                              |
================================================================================
*/
.top {background-image:url(../images/top.jpg); background-repeat:no-repeat; width:770px; height:153px;}
.mid {background-image:url(../images/mid.jpg); background-repeat:no-repeat; width:770px; height:608px;}
.bot {background-image:url(../images/bot.jpg); background-repeat:no-repeat; width:770px; height:78px;}
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #e9f2dd;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0; padding:0; margin:0;}
table { border-collapse:collapse}
div { padding:0; margin:0; border:0} 
table td { padding:0; margin:0; border:0} 
table tr { padding:0; margin:0; border:0} 
a { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}
a:hover { 
		text-decoration:none; 
}
ul {
	text-align: left;
	margin: 0px;
	padding:0px;
	padding-left:2px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	border:none;
}
li {
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}
/*
================================================================================
|                                     Fonts                                    |
================================================================================
*/
.txt_sub {font-size:11px; color:#ffffff;}
.txt_copy {font-size:11px; color:#1e822d;}

.h1 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#1c832b;}
.h2 {font-size:16px; font-weight:bold; color:#012306;}

.font1 {font-size:11px; font-weight:bold; color:#746402;}
.font2 {font-size:10px; color:#012306;}

.href1 {font-size:11px; font-weight:bold; color:#1f822d;}
.href2 {font-size:11px; color:#ffffff; text-decoration:underline;}
.href2:hover {text-decoration:none;}
/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
.block_left {
	width:446px;
	float:left;
}
.block_right {
	width:320px;
	float:left;
}
.fl {float:left;}
.cl {clear:both;}