/*  Epilogue Stylesheet  */
/*  Created - Chad Lockwood  */

p, font, blockquote, ul, ol, li, span, a
{ font-family: Verdana, Arial, sans-serif; font-size: 11px;  color: #000000; list-style-type: square;}
	A:link { text-decoration: none; color: blue}
	A:visited { text-decoration: none; color: blue }
	A:active { text-decoration: underline; color: #996600}
	A:hover { text-decoration: underline; color: #666699}
	
b { font-weight: bold}
i { font-style: italic}

.large { font-size: 13px; font-weight: bold}
.small { font-size: 10px}
.smallest { font-size: 9px}

.copyright { font-size: 9px; color: #666666}
.alert { font-weight: bold; color: #ff0000; text-decoration: none}

/* /////////////////////////////////////////////////////////// */
h1 { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; margin-bottom: 2px;}
.heading { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.headingsmall { font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}


/* ///////////////////////////////////////////////////////////// */

.navbar { font-weight: bold; color: #cccccc; text-decoration: none}
	A.navbar:link { color : #cccccc}
	A.navbar:visited { color : #cccccc}
	A.navbar:active  { color : #ffffff}
	A.navbar:hover { color : #F3CE57}

.navbarlight { font-weight: bold; color: #ffffff; text-decoration: none}
	A.navbarlight:link { color : #ffffff}
	A.navbarlight:visited { color : #ffffff}
	A.navbarlight:active { color : #000000}
	A.navbarlight:hover { color : #F3CE57}

/* ///////////////////////////////////////////////////////////// */

.smallwhite { font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: none}
.white { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
	A.white:link { font-weight: bold; color : #ffffff}
	A.white:visited { font-weight: bold; color : #ffffff}
	A.white:active { font-weight: bold; color : #ffcc00}
	A.white:hover { font-weight: bold; color : #ffcc00}
.largewhite { font-size: 13px; font-weight: bold; color: #ffffff; text-decoration: none}
	A.largewhite:link { color : #ffffff}
	A.largewhite:visited { color : #ffffff}
	A.largewhite:active { color : #000000}
	A.largewhite:hover { color : #F3CE57}

/* ///////////////////////////////////////////////////////////// */

.smallgray { font-size: 10px; font-weight: normal; color: #CCCCCC; text-decoration: none}
	A.smallgray:link { color : #cccccc}
	A.smallgray:visited { color : #cccccc}
	A.smallgray:active { color : #999999}
	A.smallgray:hover { color : #ffffff}
.largegray { font-size: 12px; font-weight: bold; color: #CCCCCC; text-decoration: none}
.darkgray, A.darkgray:link, A.darkgray:visited { font-size: 11px; font-weight: normal; color: #333333; text-decoration: none}
.lightgray { font-size: 11px; font-weight: normal; color: #CCCCCC; text-decoration: none}
	A.lightgray:link { color : #cccccc}
	A.lightgray:visited { color : #cccccc}
	A.lightgray:active { color : #999999}
	A.lightgray:hover { color : #ffffff}

.brown { font-size: 11px; font-weight: bold; color: #996600; text-decoration: none}
.gold { font-size: 11px; font-weight: normal; color: #F3CE57; text-decoration: none}

.form1 { background-color: #000000; color: #BBBBBB; font-weight: bold; font-size: 11px; font-family: Arial, Verdana }
.form2 { background-color: #EFE1CC; color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Verdana }

/* ///////////////////////////////////////////////////////////// */

.serif { font-family: times new roman, minion web, times, serif; font-size: 12px; font-weight: normal; line-height:125%; list-style-type: square }
.whiteserif { font-family: times, serif; font-size: 11px; font-weight: normal; color: #ffffff; list-style-type: square }
.medwhiteserif { font-family: times, serif; font-size: 18px; font-weight: normal; color: #ffffff; list-style-type: square }
.largewhiteserif { font-family: times, serif; font-size: 24px; font-weight: normal; color: #ffffff; list-style-type: square }

/* ///////////////////////////////////////////////////////////// */

#art_nav {
	border: 0px solid #fff;
	padding: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}

#art_nav ul {
		list-style: none;
		margin: 0;
		padding: 0px;
		border: none;
		}
		
#art_nav li {
		list-style: none;
		margin: 0;
		padding: 2px;
		}

#art_nav li a {
	list-style: none;
	display: block;
	border: 1px solid #000;
	padding: 2px;
	background-color: #333333;
	color: #FFCC33;
	text-decoration: none;
	width: 100%;
	}

html>body #art_nav li a {
	list-style: none;
	width: auto;
	}

#art_nav li a:hover {
	list-style: none;
	background-color: #3399FF;
	color: #fff;
	}

.smallblue	{ color: #3399FF; font-size: 10px;}
A.smallblue 	{ color: #3399FF; text-decoration: underline; font-weight: bold;}
A.smallblue:link	{ color: #3399FF; text-decoration: underline; font-weight: bold;}
A.smallblue:visited{ color: #3399FF; text-decoration: underline; font-weight: bold;}
A.smallblue:hover	{ color: #FFFFFF;  }

