/* Main elemant */

A		 			{ color: #000000; text-decoration: underline;}
A:active			{ color: #000000; text-decoration: underline;}
A:hover 			{ color: #000000; text-decoration: underline;}
A:visited			{ color: #000000; text-decoration: underline;}
A:visited:hover		{ color: #000000; text-decoration: underline;}

body, table, td, select, textarea, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
}


/* Layer element */
#head1 {
	position:		absolute;
	top:			25px;
	left:			30px;
	border-width:	0px;
	border-color:	#ffcc33;
	width:			680px;
}

/* Layer element */
#slogan_layer {
	position:		absolute;
	top:			50px;
	left:			450px;
	border-width:	0px;
	border-color:	#ffcc33;
	width:			150;
}

/* Font element */

.none				{ text-decoration: none;}
.none:hover			{ text-decoration: none;}
.none:visited		{ text-decoration: none;}
.none:visited:hover	{ text-decoration: none;}
.none:active 		{ text-decoration: none;}


.arial11				{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #000000; border-color: #000000; text-decoration: none;}
.arial11:hover			{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #0000FF; border-color: #0000FF; text-decoration: underline;}
.arial11:visited		{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #000000; border-color: #000000; text-decoration: none;}
.arial11:visited:hover	{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #663399; border-color: #663399; text-decoration: underline;}
.arial11:active 		{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #000000; border-color: #000000; text-decoration: none;}


.arialWhite12 {
	font-family: Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.arialBlue14 {
	font-family: Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #003366;
	text-decoration: none;
}

.verdanaBlue14 {
	font-family: Verdana, Arial, Helvetica, sans-serif; ;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.blue {
	color: #003366;
}

.subnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0px;
	color: #003366;
	text-decoration: none;
}

.arialBlue11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000081;
	text-decoration: none;
}

.arialBlue18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000081;
	text-decoration: none;
}

.LucidaGrande18 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.blackNav {
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: normal;
	color: #362d0c;
	text-decoration: none;
}


/* Form element */

select.flat, textarea.flat, input.flat { 
	border-style: solid;
	border-color: #808080;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


