h1	{
			font-size: 1.2em;
			color: #585290;
	}
h2	{
			font-size: 1.1em;
			color: #939F9F;
	}
h3	{
			font-size: 1.0em;
			color: #3A4E4F;
	}


a 
		{
			font-size: 0.8em;
			color: #3A4E4F;
			font-weight: bold;
			text-decoration:underline;
		}
a:visited 
		{
			color: #596D6E;
			font-weight: bold;
			font-size: 0.8em;
			text-decoration:none;
		}



body 
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin-left: 0px;
			margin-top: 10px;
			margin-bottom: 0px;
			margin-right: 0px;
		}				
.lWhite 
		{
			font-size: 0.8em;
			color: #FFFFFF;
		}	
		
.small 
		{
			font-size: 0.7em;
		}
		
.sBoldBlack {
			font-size: 0.8em;
			font-weight: bold;
		}
.boldBlack {
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}
.dWhite12 
		{
			font-size: 0.8em;
			font-weight: bold;
			color: #E7EBEC;
		}
.DWhite14
		{
			font-size: 1.0em;
			font-weight: bold;
			color: #E7EBEC;
		}
.DWhite16
		{
			font-size: 1.2em;
			font-weight: bold;
			color: #E7EBEC;	
		}		
.purple12 
		{
			font-size: 1.0em;
			color: #585290;
		}
.purple14
		{
			font-size: 1.1em;
			font-weight: bold;
			color: #585290;
		}
.purple16
		{
			font-size: 1.2em;
			font-weight: bold;
			color: #585290;	
		}
		
.ltgray12 
		{
			font-size: 1.0em;
			font-weight: bold;
			color: #939F9F;
		}
.ltgray14 {
			font-size: 1.2em;
			font-weight: bold;
			color: #939F9F;
		}
		
.lGray16
		{
			font-size: 1.4em;
			font-weight: bold;
			color: #939F9F;
		}
.gray12
		{
			font-size: 1.0em;
			font-weight: bold;
			color: #596D6E;
		}
.gray14
		{
			font-size: 1.0em;
			font-weight: bold;
			color: #596D6E;
		}
.gray16
		{
			font-size: 1.2em;
			font-weight: bold;
			color: #596D6E;
		}	
.dgray12
		{
			font-size: 1.0em;
			font-weight: bold;
			color: #3A4E4F;
		}
.dgray14
		{
			font-size: 1.2em;
			font-weight: bold;
			color: #3A4E4F;
		}
		
.dgray16
		{
			font-size: 1.4em;
			font-weight: bold;
			color: #3A4E4F;
		}
.righty{
	float:right;
	padding:5px;
}
		
li.dots {
	list-style-image: url('../images/dots.gif');
	padding-left: 10px;
}

li.arrow {
	list-style-image: url('../images/arrow.gif');
	padding-left: 10px;
}

/*this will be used for white links*/

a.top {
				color: #FFFFFF;
		}

.topBox{
	padding: 5px;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 800px;
	top: 20px;
}			
		
/*this is used for the tab styles*/

.shadetabs{
			padding: 3px 0;
			margin-left: 0;
			margin-top: 1px;
			margin-bottom: 0;
			font: bold 0.8em Verdana;
			list-style-type: none;
			text-align: left; /*set to left, center, or right to align the menu as desired*/
		}

.shadetabs li{
			display: inline;
			margin: 0;
		}

.shadetabs li a{
			text-decoration: none;
			padding: 3px 7px;
			margin-right: 3px;
			border: 1px solid #778;
			color: #2d2b2b;
			background: white url(../images/shade.gif) top left repeat-x;
		}

.shadetabs li a:visited{
			color: #2d2b2b;
		}

.shadetabs li a:hover{
			text-decoration: underline;
			color: #2d2b2b;
		}

.shadetabs li.selected{
			position: relative;
			top: 1px;
		}

.shadetabs li.selected a{ /*selected main tab style */
			background-image: url(../images/shadeactive.gif);
			border-bottom-color: white;
		}

.shadetabs li.selected a:hover{ /*selected main tab style */
			text-decoration: none;
		}

.tabcontentstyle{
			border: 1px solid gray;
			width: 750px;
			margin-bottom: 1em; padding: 10px;
			padding: 10px;
		}
.tabcontent{
			display:none;
}