/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
	
}
td
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 140%;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #A0B127;
}
a:hover {
color: #899823;
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-bottom:10px; 
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #337BB6;
	margin-bottom:4px; 
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #B0BF2E;
	margin-bottom:10px; 
}
h4 {
font-size: 10px;	
font-weight: bold;
margin-bottom:0px;
}

#bot{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

#bot a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#bot a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #B0BF2E;
	text-decoration: none;
}
ul {
	margin: 0px 0;
	padding: 0 0 0 0px;
}	
li {
	list-style-type: none;
	padding: 0 0 0 25px;
	line-height: 30px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.txtbox {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.txtfield {
	border: 1px solid #cccccc;
	height: auto;
	width: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}
.red {
	color: #990000;
	text-decoration: none;
}
.blue {
	color: #005BAE;
	text-decoration: none;
}
.green {
	color: #7D7D0B;
	text-decoration: none;
}
.brd {
	border: 1px solid #CCCCCC;
}
