@charset "utf-8";
/* CSS Document */

html{
background: #000033 url(../images/background-blue.jpg) repeat-x;
	overflow-y: scroll;
	height: 1%;
	margin-left: -1px;
	position: relative;
	}

#frame{}

.header H1 {
font-size: 32px;
	margin-top: 0px;
	margin-bottom: 0px
}


body,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.myths_hdr {
	font-size: 16px;
	color:#ffcc33;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 22px;
	}
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	font-weight:normal;
	}
	
h4 {
	font-size: 12px;
	}

.main-content 
{
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	color:#cecece
	}

.main-content a:link
	{
	color:#ffcc33	
	}
.main-content a:visited 
	 {
	 color:#ffee55
	 }
.main-content a:active
	  {
	color:#FF0000
		} 
.main-content a:hover
	  {
	color:#FF0000
		} 

.footer-note 
{
	text-align:left;
	font-size: 10px;
	font-weight:normal;
	}

.sidebarFree
{
	background-color: #666666;
	border: medium ridge #000000;
	color: #ffcc66;
	font-size: 14px;
	padding:0px;
}	

.sidebarFree a:link, .sidebarFree a:visited
{
	text-decoration: none;
	color: #ffcc66;
}

.sidebarFree a:hover, .sidebarFree a:active 
{
	text-decoration: underline overline;
	color: #ffcc66;
	font-weight: bold;
}
	
.sidebarStyle 
{
	background-color: #cecece;
	border: medium ridge #000000;
	color: #330000;
	font-size: 14px;
	padding:0px;
}	

.sidebarStyle ul
{
	list-style: disc;
	color:#330000;
}

.sidebarStyle ol
{
	list-style: decimal;
	color: #330000;
	list-style-position: inside;
padding: 0px;
}

.sidebarStyle a:link, .sidebarStyle a:visited
{
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}

.sidebarStyle a:hover, .sidebarStyle a:active 
{
	text-decoration: underline overline;
	color: #990000;
	font-weight: bold;
}

.specials a:link, .specials a:visited
{
	text-decoration: none;
	color: #ff0066;
}

.specials a:hover, .specials a:active 
{
	text-decoration: underline overline;
	color: #ff0066;
	font-weight: bold;
}
	
.confidential
{
	background-color: #cecece;
	border: medium ridge #000000;
	color: #330000;
	font-size: 10px;
	padding:0px;
	}	