/* 12 color theme components for layout #5

PAGEBGCOLOR - Page Background - YES 
BODYBGCOLOR - Body Background - YES 
HEADERBGCOLOR - Header Background - YES 
HEADERTEXTCOLOR - Company Name - YES 
SUBHEADERTEXTCOLOR - Slogan Name - YES 
MENUBGCOLOR - Menu Background - YES 
MENUBORDERCOLOR - Menu Border - YES 
MENUTEXTCOLOR - Menu Text - YES 
MENUMOUSECOLOR - Menu Mouseover - YES 
TABLEBORDERCOLOR - Table Border - YES 
TABLEHEADERCOLOR - Table Header - YES
TABLETEXTCOLOR - Table Text - YES 

*/
	
	body {
		margin: 0px;	
		padding: 0px;
		background-color: #FFFFFF;
		}

	font.None
	{
		FONT-FAMILY: Verdana;
	}
		
	.headCellFormat {
   		 background-color: #CBDEEA;
    }
	
	.pageHeader {
		FONT-WEIGHT: bold;
		FONT-SIZE: 13pt;
    	COLOR:#000099;
    	FONT-FAMILY: Verdana;
    }
	
	.slogan {
		FONT-WEIGHT: bold;
		FONT-SIZE: 9pt;
    	COLOR: #3366CC;
    	FONT-FAMILY: Verdana;
    }
	
	#borderme {
		border-width: 1px;
		border-style: solid;
		border-color: #3366CC;
    }
	
	#btmBrdr {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: #3366CC;
    }
	
	#leftBrdr {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #3366CC;
	}
	
	.navStatic {
		font-size: 12px;
		font-weight: bold;
		FONT-FAMILY: Verdana;
		color: #FFFFFF;
		text-decoration: none;
    }
	
	.navLink {
    	font-size: 12px;
    	font-weight: bold;
		FONT-FAMILY: Verdana;
    	color: #000099;
		text-decoration: none;
    }
	
	.navLinkHover {
    	font-size: 12px;
    	font-weight: bold;
		FONT-FAMILY: Verdana;	
    	color: #FFFFFF;
    	text-decoration: underline;
    }
	
	.navBKG {
		background-color: #3366CC;
    }
	
	.tableHead {
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		height: 20px;
		vertical-align: middle;
		background-color: #000099;
		FONT-FAMILY: Verdana;
		border-width: 1px;
		border-style: solid;
		border-color: #000099;
	}
	
	#button {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #000099;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000099;
		background-color: #3366CC;
	}
	
	#content {
		width: 500px;
		overflow-x: hidden; 
	}
	
    .optionsHeader {
		background-color: #3366CC;
    	FONT-WEIGHT: bold; 
        FONT-SIZE: 10pt; 
        COLOR: #000099;
        FONT-FAMILY: Verdana;
		}
    
    .optionsText {
        FONT-SIZE: 10pt; 
        COLOR: #3366CC;
        FONT-FAMILY: Verdana;
    }
    
    .optionsBold {
    	FONT-WEIGHT: bold; 
        FONT-SIZE: 9pt; 
        COLOR: #3366CC;
        FONT-FAMILY: Verdana;
    }
	
	.pageBBGColor {
		background-color: #CBDEEA;
	}
	
	.bodytext {
		FONT-FAMILY: Verdana;
	}
	
	.subtext {
		color: #000099;
		font-size: 9px;
		font-weight: bold;
		font-family: Verdana;
		text-decoration: none; 
	}
	
	.subtext a:hover { 
		color: #000099;
		font-size: 9px;
		font-weight: bold;
		font-family: Verdana;
		text-decoration: underline; 
	}
