/* CSS Document */
/* Style Sheet for Photoshop Styles
/*Body Styles*/

/*This style formats the scroll bars to the colors that I want*/
BODY {
scrollbar-face-color:#525252;
scrollbar-highlight-color:#808080;
scrollbar-3dlight-color:#525252;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#808080;
scrollbar-track-color:#808080; /* For Orange Track use code FF8000*/
}
/*End Scroll Bar Colors*/

/*Link Styles
Generic Link format for all links
*/
A:link{
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:525252;
}
A:visited {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:525252;
}
A:active {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: 525252;
}

A:hover {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:525252;
}


/* This style is for the bottom of the pages links
*/
.bottom A:link {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: grey;}
.bottom A:visited {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: grey;}
.bottom A:hover {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: grey;
	background-color:#FFFFFF;}
.bottom A:active {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: grey;}
	
	
/* End CSS Document */