/* CSS Document */
/*////////////////////////GENERAL////////////////////////*/
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}
.whitebg {
	background: #FFFFFF;
	text-align: center;
}
.divider {
	background: #666666;
	height: 1px;
}
.dividerMed {
	height: 5px;
}
.vdivider {
	background: #666666;
	width: 1px;
}
.vdividerMed {
	width: 5px;
}
.sm_vdivider {
	background: #666666;
	width: 1px;
}
.spacer {
	height: 10px;
}
.vspacer {
	width: 10px;
}
a:link, a:visited {
    color: #339999;
    text-decoration: none;
}
a:hover {
    color: #FF850A;
    text-decoration: none;
}
.rightcolor {
	width: 10px;
	background-image:url("../images/right_GR.gif"); 
}
.leftcolor {
	width: 10px;
	background-image:url("../images/left_GR.gif"); 
}
/*////////////////////////FORMS////////////////////////*/
input {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}
input.formField {
	height: 13px;
	padding: 2px 2px 2px 2px;
	width: 239px;
	border: 1px solid #7F9DB9;
}
.formArea {
	padding: 2px 2px 2px 2px;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	width: 240px;
	border: 1px solid #7F9DB9;
}
.required {
	color: #CC0000;
	font-weight: bold;
}
input.submitLogin {
	background-image: url("../images/buttonBGSM.gif");
	border: 0px;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	width: 60px;
}

/*////////////////////////FOOTER////////////////////////*/
.footer {
	color: #666;
	font-size: 10px;
	padding: 2px;
	padding-left: 3px;
	text-align: middle;
	text-decoration: none;
	text-align: center;
}
a.footer:link, a.footer:visited {
	color: #666;
    text-decoration: none;
}
a.footer:hover {
	color: #666;
    text-decoration: none;
}
/*////////////////////////HOME////////////////////////*/
.content {
	background: #FFFFFF;
	padding: 10px;
}
.contentHeader {
	background: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.gentext {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	text-align: left;
}
a.morelink:link, a.morelink:visited {
    color: #339999;
	padding-left: 0px;
    text-decoration: none;
	font-weight: bold;
}
a.morelink:hover {
    color: #FF850A;
	padding-left: 0px;
    text-decoration: none;
}
.newstext {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
/*////////////////////////NAVIGATION////////////////////////*/
.navigation {
	text-transform: uppercase;
	background: #FFFFFF;
	font-size: 11px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}
a.navigation:link, a.navigation:visited {
    color: #000000;
    text-decoration: none;
}
a.navigation:hover {
    color: #FF850A;
    text-decoration: none;
}
