/**********************************************************************/
/* HTML tag styles                                                                                                           */
/* START: style_gc                                                                                                          */                  
/*  REV:   20070303                                                                                                 */
/**********************************************************************/

/* how to spec font size */
/* font-size: 120%; */
/* font-size: 36px; */
/* font-size: 36pt; */

/**********************************************************************/
/* These are the two tone font styles almost white and dark with a hinh of blue       */
/**********************************************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; /* make body anchor font size same as this */
	color: #eeeeee;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
}

/**********************************************************************/
/* div and image styles                                                                                                     */
/**********************************************************************/

div {
    overflow: visible;
}
img {
    border: none;
}

/**********************************************************************/
/* Color overloads                                                                                                            */
/* Include these in a span statement after the h tag     
/**********************************************************************/

.color_shadow{
	color:#222222;
}
.color_white
{
	color: #ffffff;
}
.color_high
{
	color: #eeeeee;
}
.color_grey
{
	color: #999999;
}
.color_black
{
	color: #000000;
}

/**********************************************************************/
/* These are the two tone font styles almost white and dark with a hinh of blue       */
/**********************************************************************/

/* overrides decoration from previous rule for headings */
/* Have to declare class h7 */
	/*
	color: #eeeeee;
	color: #c0c0ff;
	color: #006699;
	color: #ffffff; 
	color: #d0d0d0;
	color: #334d55;
	*/
	
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-transform: capitalize;
	margin: 0px;
	/*top right bottom left*/
	padding: 0px 0px 0px 0px; 
	font-weight: normal
}
h1{
	font-size: 48px;
}
h2{
	font-size: 30pt;
}
h3{
	font-size: 24pt;
}
h4{
	font-size: 18pt;
}
h5{
	font-size: 14pt;
}
h6{
	font-size: 12pt;
}
h7{
	font-size: 10pt;
}
/**********************************************************************/
/* Custom Font Sizes       */
/**********************************************************************/
.font_size_48{
    font-size: 48pt;
}
.font_size_30{
    font-size: 30pt;
}
.font_size_24{
    font-size: 24pt;
}
.font_size_20{
    font-size: 20pt;
}
.font_size_18{
    font-size: 18pt;
}
.font_size_16{
    font-size: 16pt;
}
.font_size_14{
    font-size: 14pt;
}
.font_size_13{
    font-size: 13pt;
}
.font_size_12{
    font-size: 12pt;
}
.font_size_11{
    font-size: 11pt;
}
.font_size_10{
    font-size: 10pt;
}
/**********************************************************************/
/* Link decoreations                                                                                                        */
/**********************************************************************/

/* Anchor Overload */
a {
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;  /* make body  font size same as this */
    text-decoration: none;
	font-weight: normal; 
}
/* unvisited link */
a:link {
	color: #7070ff;
} 
/* visited link */
a:visited {
	color: #c0c0f7;
}  
/* mouse over link */
a:hover {
    color: #f7f7f7;
}   
/* selected link */ 
a:active {
	color: #f7f711;
}  

/* Overwrite font weight  in breadcrumb menus as desired  */
.a_bread_crumbs_special{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	text-decoration: none;
 	font-weight: normal; 
}

/**********************************************************************/
/* nav anchor decoreations - same color scheme                                                         */
/**********************************************************************/
	/*
	color: #FFFF00; 
	color: #ffffff;
	*/
.a_nav_gc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-decoration: none;
 	font-weight: normal; 
}
/* can be used to overload anchor colors */
/*
.a_nav_gc:link {
	color: #7070ff;
} 

.a_nav_gc:visited{
	color: #c0c0f7;
}

.a_nav_gc:hover{
	color: #f7f7f7;
}

.a_nav_gc:active{
	color: #f7f711;
}
*/
/**********************************************************************/
/* nav anchor decoreations  - rainbow color scheme                                                        */                                               
/**********************************************************************/
.a_nav_00,.a_nav_01,.a_nav_02,.a_nav_03,.a_nav_04,.a_nav_05,.a_nav_06,.a_nav_07,.a_nav_08,.a_nav_09,.a_nav_10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-decoration: none;
	font-weight: normal; 
	/*background-color: #99ccff;*/
	}
.a_nav_00:hover {
	color: #000000;
}
.a_nav_01:hover {
	color: #FF1111;
}
.a_nav_02:hover {
	color: #FF6600;
}
.a_nav_03:hover {
	color: #FFFF00;
}
.a_nav_04:hover {
	color: #CCFF00;
}
.a_nav_05:hover {
	color: #66FF00;
}
.a_nav_06:hover {
	color: #33FF99;
}
.a_nav_07:hover {
	color: #33CCFF;
}
.a_nav_08:hover {
	color: #0066FF;
}
.a_nav_09:hover {
	color: #9933FF;
}
.a_nav_10:hover {
	color: #FFFFFF;
}



