/* CSS Document */

a:link{color: #FFFFFF; text-decoration: none}
.links { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #706956; text-decoration: none}

a:link_grey{color: #FFFFFF; text-decoration: underline}
.links_grey { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline}
.links_grey:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #706956; text-decoration: underline}

body {
	background-attachment: scroll;
	background-image:url(images/page_back.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	margin:0;
	background-color: #000000;
}

.page_hdr {font-weight:bold; font-size:18px; letter-spacing:0.01em;}
.copy {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	letter-spacing: -1px;
}
.bold_copy {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	letter-spacing: -1px;
}
.boldcopy_nav {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}
.small_black {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #6E6E6E;
}
.header {
	font-family : Arial;
	font-size : 17px;
	font-weight : normal;
	color : #000000;
}
.white_header {
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
}
.right_horizontal_headers {
	background-image:url(images/background.jpg);
	background-position: top;	
	background-repeat: repeat-x;
	 
}
.super_header {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ff3c00;
}
#Password, #Email {
	font-size:11px;
	width: 100px;
}	


