/* ----------------------- Headers -------------------------- */              
h1, h2, h3 	{ font-weight: bold; width:100%; filter:DropShadow(Color=#000000, OffX=3, OffY=3, Positive=1);}
h1 					{ color: #3399FF; font-size: 36px; }
h2 					{ color: #00CCFF; font-size: 24px; }
h3 					{ color: #00CCFF; font-size: 20px; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url('graphics/background.jpg');
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	background-attachment: fixed
}

/* -----------------Small Print ------------------------------- */
.SmallText { FONT-SIZE: 75%;	margin-bottom: 3pt;	}
.TinyText {	FONT-SIZE: 65%;	margin-bottom: 3pt;	}


/* --------------------- Links ------------------------------ */
a:link       { color: #FFFFFF; text-decoration: none }
a:visited    { color: #FFFFFF; text-decoration: none }
a:active     { color: #FFFFFF; text-decoration: none }
a:hover      { color: #FFFF00; background-color: #0000CC}


/* ----------------- Buttons ------------------------------ */
.button{
	background-color:#336699;
	border-style:solid;
	border-color:#000066;
	border-width:1px;
	padding: 1px 4px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(graphics/butt_up.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}

:link.button{
color:#FFFFFF;
}

:visited.button{
color:#FFFFFF;
}

:active.button{
color:#FFFFFF;
}

:hover.button{
	background-color: #00CCFF;
	background-image: url(graphics/butt_down.jpg);
	background-repeat: repeat-x;
	color:#99FFFF;
}