BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #cccccc;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}


H2 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.1em; 
color : #414242; 
background-color : transparent; 
}



H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.0em; 
color : #6666ff; 
background-color : transparent; 
}

p {
	color: #414242;
}



.footer {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	text-align  : center;
	font-size : 9px; 
	color : white;
	padding-top: 1px;
}


.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
color : #414242;
}

.maintbl {
   background: white;
}

.subtbl {
   background: url("./images/CEF_Banner2.jpg") no-repeat top center;
}

a:link {
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
font-size 	: 1.0em; 
}

a:visited {
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
font-size 	: 1.0em; 
}

.smalltext a:link {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
}

.smalltext a:visited {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : bold; 
font-weight : normal; 
}

.noline a:link {
  text-decoration : none;
}

.noline a:visited {
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #d8860a;
}

.bg_medium {
  background-color : #efb240;
}

.bg_light {
  background-color : #f7ca88;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #F4F4F4;
}

/*************** Main text  ***********************/
#content-main	{ 
	background:#fff; 
}

#content-right	{ 
	border-left:1px solid #ccc; 
	background:#fff; 
}

/***************	 MENU STYLES             */

#menu0 {
	border-top: 1px solid #8b2323;
	
}



#menu0 a {
	font-size : 1.0em; 
	font-weight : bold;
	color: #838b8b;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
}


#menu0 a:hover {
	TEXT-DECORATION: underline;
	color: #8b3e2f;
	FONT-WEIGHT: bold;
}


#menu1 {
	
}



#menu1 a {
	font-size : 1.0em; 
	font-weight : normal;
	color: #838b8b;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
}


#menu1 a:hover {
	TEXT-DECORATION: underline;
	color: #8b3e2f;
	FONT-WEIGHT: bold;
}

/***************** FORM styles ****************************/

form {
	background-color: #EBECE4;
	padding : 5px;
	font-size : 0.9em;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #414242;
}

.input {
	border: 1px solid #6666ff;
	color: #blue;
	font-size: .9em;
	font-family: Verdana, Arial;
}

.submit {
	background-color: #9f6;
}


