body {
background: #f2f2f2 url(images/background.jpg) repeat-x}

a:link {
	color: #797979;
}
a:hover {
	color: #F58836;
}
a:visited {
	color: #D3986B;
}
a:active {
	color: #F58836;
}

.generic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: auto;
	text-align: justify;
	line-height: 15px;

}
.copyright {
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	font-size: 11px;
	color: #999999;
	text-align: center;
	font-style: italic;
}
.copyright a:link{
	color: #999999;
	text-decoration: none;
}
.copyright a:hover{
	color: #D1E3E5;
	text-decoration: none;
}
.copyright a:active{
	color: #999999;
	text-decoration: none;
}
.copyright a:visited{
	color: #999999;
	text-decoration: none;
}
.pinline {
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.pinLR {

	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.pinR {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.pinL {

	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.dotR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	padding: 30px 40px;
	text-align: justify;


}
.contentHD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
}
.formgroove {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	overflow: auto;
	text-align: justify;
	line-height: 15px;
	font-weight: bold;
}
.button {
	background-color: #dddddd;
	padding: 5px;
	border: 1px solid #255385;
	color: #255385;
	cursor:Hand;
	font-size: 11px;
}
