html { 
}
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-family: "Times New Roman";
 font-size: 13px; 
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial";
	font-size: 13px;
}

h1 {
	color: #912600;
	font-weight: bold;
	font-size: 17px;
	margin-top: 7px;
}

h2 {
	color: #912600;
	font-weight: bold;
	font-size:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	width:100%;
}

h3 {
	color: #912600;
	font-weight:bold;
	font-size:13px;
}

h4 {
	color: #912600;
	font-weight:bold;
	font-size:12px;
}

h5 {
	color: #OOOOOO;
	font-weight:bold;
	font-size:14px;
}

ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
}

li {
	background-image: url(../images/point_2.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	margin-top:2px;
	margin-bottom:2px;
}


a:link		{ color: #8E9164; text-decoration: underline; }

a:visited	{ color: #8E9164; text-decoration: underline; }

a:active	{ color: #8E9164; text-decoration: none; }

a:hover		{ color: #8E9164; text-decoration: none; }

a.small {
	font-size: 11px;
}

.error {
color:#990000;
font-weight:bold;
}

.line {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-15px;
}
.green {
	color:#008000;
	font-weight:bold;
}

.button {  
 background-image: url("../images/button.gif");
 background-color:#FFFFFF;
 font-family: arial, verdana, helvetica, sans;
 color: #000000;
 font-size: 8pt;
 height: 20px;
 cursor:pointer;
 cursor:hand;
 font-weight: bold;
 text-align: center;
 border: #000000 1px solid; 

 }
 
.buttonon { 
 background-image: url("../images/buttonon.gif");
 background-color:#FFFFFF;
 font-family: arial, verdana, helvetica, sans;
 color: #666666;
 font-size: 8pt;
 height: 20px;
 cursor:pointer;
 cursor:hand;
 font-weight: bold;
 text-align: center;

}

.copy {
	color: #dddddd;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

#header {
	color: #ffffff;
}

#header a:link, a:visited, a:active {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	font-size:14px;
}

#col_r h2 {
	color: #000000;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	border:0;
}


#col_r ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#col_r a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}


#footer {
	color: #dddddd;
	font-size: 11px;
}

#footer p{
	color: #dddddd;
	font-size: 11px;
	margin-top:3px;
}

#footer a {
	color: #dddddd;
	font-size: 11px;
}




