
/* FONT STYLES */

.footer

    {
	font-size : 10px;
	font-family :Verdana, Arial;
	color : #393939;
	font-weight: normal;
    }
	
/* BLACK FONT STYLES */

.body_white

    {
	font-size : 11px;
	font-family :Verdana, Arial;
	color : #FFFFFF;
	font-weight: normal;
    }
	
.body_white_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #000000;
	font-weight: bold;
    }

.body_yellow

    {
	font-size : 11px;
	font-family :Verdana, Arial;
	color : #FFFF33;
	font-weight: normal;
    }
	
.body_yellow_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #FFFF33;
	font-weight: bold;
    }
	 
	 
.black_header

    {
	font-size : 13px;
	font-family :Verdana, Arial;
	color : #393939;
	font-weight: bold;
    }
	
.body_small_black

    {
	font-size : 10px;
	font-family :Verdana, Arial;
	color : #393939;
	font-weight: normal;
    }
	


.body_small	
    {
	font-size : 10px;
	font-family : Verdana, Arial;
	color : #393939;
	font-weight: normal;
    }
	
.body_small_bold	
    {
	font-size : 10px;
	font-family : Verdana, Arial;
	color : #393939;
	font-weight: bold;
    }

/* BLACK FONT STYLES */

/* ORANGE FONT STYLES */

.body_orange	

    {
	font-size : 11px;
	font-family :Verdana, Arial;
	color : #FF9900;
	font-weight: normal;
    }

.body_orange_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #FF9900;
	font-weight: bold;
    }

.orange_header

    {
	font-size : 13px;
	font-family :Verdana, Arial;
	color : #FF9900;
	font-weight: bold;
    }

.body_small_orange

    {
	font-size : 10px;
	font-family :Verdana, Arial;
	color : #FF9900;
	font-weight: normal;
    }
	
.body_small_orange_bold

    {
	font-size : 10px;
	font-family :Verdana, Arial;
	color : #FF9900;
	font-weight: bold;
    }
	
	

/* ORANGE FONT STYLES */

/* WHITE FONT STYLES */

.body_white

    {
	font-size : 11px;
	font-family :Verdana, Arial;
	color : #ffffff;
	font-weight: normal;
    }
	
.body_white_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #ffffff;
	font-weight: bold;
    }
	
.body_small_white

    {
	font-size : 10px;
	font-family :Verdana, Arial;
	color : #ffffff;
	font-weight: normal;
    }
	
/* WHITE FONT STYLES */
	

/* FORMATTING STYLES */
	
.dotted

    {
	border-bottom: 1px dotted #393939;
	border-top: 1px dotted #393939;
	border-left: 1px dotted #393939;
	border-right: 1px dotted #393939;
	}

.dotted_line

    {
	border-bottom: 1px dotted #FFFFFF;
	}

.solid_topline_black

    {
	border-top: solid 1px #393939;
	}

.solid_bottomline_black

    {
	border-bottom: solid 1px #393939;
	}
		
	
.dotted_line_black

    {
	border-bottom: dotted 1px #393939;
	}

.photo 

	{
	border:1px; 
	border-thickness:1px; 
	border-color: #FFFF33; 
	border-style: solid;
	}
	
/* FORMATTING STYLES */

/* LINK STYLES */

a:link 
	{
	color: #FFFF33;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-decoration: underline;
	}


a:visited 
	{
	color: #AAAAAA;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}
	

a:active 
	{
	color: #FFFF33;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}



a:hover 
	{
	color: #393939;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}		

 A:hover .graphic, A:active .graphic {border:1px; border-color: #FF9900; border-style: dotted}


/* LINK STYLES */

/* DIV STYLES */

#header {
	position:absolute;
	z-index:10;	
	margin-left:10%;
	margin-right:10%;
	width:800px;
	height:146px;
	top:10px;
	padding:0px;

}


#navigation {
	position:absolute;
	z-index:20;
	margin-left:10%;
	margin-right:10%;
	width:800px;
	height:146px;
	top:102px;
	padding:0px;

}

#main_content {
	position:absolute;
	z-index:50;
	margin-left:10%;
	margin-right:10%;
	width:800px;
	height:25px;
	top:156px;
	
	
}

#search {
	position:absolute;
	z-index:40;
	margin-left:10%;
	margin-right:10%;
	width:300px;
	height:75px;
	top:15px;
	left:524px;	
	padding:0px;

}

/* DIV STYLES */

/* UNKNOWN STYLES */

.body_grey_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #CCCCCC;
	font-weight: bold;
    }
/* UNKNOWN STYLES */


	