

/* Custom link styles */
a:link {
	text-decoration: none;
	color: #660031;
}


a:visited {
	text-decoration: none;
	color: #660031;
}

a:hover {
	text-decoration: none;
	color: #FF6347;
}

a:active {
	text-decoration: none;
	color: #660031;
}

body {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background-image: url(images/bg.jpg);  background-color: Silver;
	background-repeat: repeat;
	background-position: top;
	font-weight: 500;

	}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: bold 16px;
	color: #6B8E23;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: bold 18px;
}


table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: 13px;
	color: Black;
	background-color: White;

}



	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: visible;
	}
	
	/*#flashcontent {
		height: 100%;
	}*/
	/* end hide */




/*#picture {width:400px; height: 100px; background-color:#ffffff;}*/
/*#picture a.small, #picture a.small:visited 
{ display:block; width:34px; height:34px; text-decoration:none; background:#ffffff; top:0; left:0; border:0;}*/
/*#picture a img {border:0;}*/
/*#picture a.small:hover {text-decoration:none; background-color:White; color:#000000;}*/
/*#picture a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}*/
/*#picture a.small:hover .large {display:block; position:absolute; top:65px; left:150px; width:400px; height:100px; }*/ 
/*#menu a.p1:hover .large {display:block; position:absolute; top:-65px; left:150px; width:300px; height:300px;}*/
