@charset "utf-8";
/* CSS Document */

.clearfloat { 
	clear:both; 
	MARGIN:10PX;
	}
body {
	font-family: verdana;
	font-size: 8pt;
	color:black;
	background-color:#292928;
	background-image:url(images/bg_lower_07.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.article {
	padding:10px;
	
}

.articleleftimage {
	float:left;
	width:96px;
	vertical-align:top;
	text-align:left;
}

.articlerighttext {
	float:left;
	width:300px;
	vertical-align:top;
	text-align:left;
	margin-top:10px;
}

#bodytext {
	padding: 0px 20px 20px 0px;
	font-size:8pt;
	margin-left:35px;
}

h1 {
	color:#339900;
	font-size:10pt;
	font-weight:bold;
}

h1.homearticles {
	color:#339900;
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0px;
}

a {
	color:#339900;	
}

.blackrow {
	background-color:black;
	background-image:url(images/head_bar_05.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
	text-align:center;
	}
	


.greenrow { 
	background-image:url(images/head_bar_05.jpg); 
	background-repeat:repeat-x; 
	}
	
.whiterow {
	background-color:white;
	text-align:center;
	width:100%;
	padding-top:15px;
}

.bulllist {
	padding-top: 12px;
	padding-left:20px;
	background-image:url(images/bullet_03.gif);
	background-repeat:no-repeat;
	background-position: 0px 16px;
	font-size:10pt;
	color:black;
	width:170px;
	height:30px;
	text-decoration:none;
	color:black;
	border-bottom: 1px dotted #999999;
	margin-left:22px;
}
.bulllinks {
	text-decoration:none;
	color: black;
}
a.bulllinks:hover  {
	text-decoration:underline;
}

.darklinks {
	color:black;

}

div,td,p,a {
	font-family:verdana;
}

#bottomtag {
	width:960px;
	margin:0 auto;
	text-align:right;
}

#greybox {
	margin-top:15px;
	margin-bottom:15px;
}

.bothrows {
	width:180px;
	padding: 15px;
	text-align:left;
	vertical-align:middle;
	font-size:8pt;
	margin-left:-4px;
}

.lightrow {
	background-color:#efefef;
}

.darkrow {
	background-color:#e5e5e5;
}


