/* BODY */

BODY {
	background: #ffffff;
	color: #000000;
	margin: 20px 10px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 16px;
	
}


/* TEXT */


.content {
padding: 15px 0px 0px 15px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
	color: #555;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 19px;
	color: #555;
	text-align: justify;
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
	line-height: 12px;
	color: #666666;
}



/* HEADERS */
.title {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ed2e26;
	text-decoration: none;
}

.subtitle {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0076BD;
	text-decoration: none;
}


/* LEFT */


.left {
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555; }


.leftnav{
	padding: 4px 4px 4px 4px;
	background-image: url(../graphics/left/bg.gif);
}

	
.leftnava{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	
}

a.leftnava:link { text-decoration: none; font-weight: bold; color: #fff;  
}
a.leftnava:hover { text-decoration: underline; font-weight: bold; color: #e6aba9;  
}
a.leftnava:visited { text-decoration: underline; font-weight: bold; color: #fff;  
}



.leftfeature01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	padding: 2px 2px 2px 0px;
	background-color: #fff;
}

.leftfeature02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 2px 2px 0px;
	background-color: #eee;
}

.leftfeature03{
	font-family: Arial, Helvetica, sans-serif;
	color: #ed2e26;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	background-color: #ddd;
}




.end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}


/* BACKGROUNDS */
.blue01 {
	background-color: #b6dff2;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}

.blue02 {
	background-color: #369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}

.blue03 {
	background-color: #002d64;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}

.border {
	background-color: #b6dff2;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}






/* NAV */
.nav01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	 padding: 2px 2px 2px 10px;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	background-color: #002d64
}

a.nav01:link { 
text-decoration: bold; line-height: 22px; color: #fff;  
}

a.nav01:active { text-decoration: none; line-height: 22px; font-weight: bold; color: #fff;  
}

a.nav01:visited { text-decoration: none; line-height: 22px; font-weight: bold; color: #fff;  
}
a.nav01:hover { text-decoration: none; line-height: 22px; font-weight: bold; color: #b6dff2;  
}


/* DYNAMIC */

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	background-color: #ECECEC;
	border: 1px inset #333333;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #639ACE;
	border: 1px groove #333333;
	height: 25px;
}

.btn01{
color:#fff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#57a5d4;
   border:1px solid;
   border-top-color:#0076BD;
   border-left-color:#0076BD;
   border-right-color:#0076bd;
   border-bottom-color:#0076bd;
}



/* LINES */

.dotline
	{ border-bottom: 1px dotted #999 }
	
.line
	{ border-bottom: 1px dotted #ddd }
	

/* LINKS */



a {
	text-decoration: underline; color: #ed2e26;
}
a:hover {
	text-decoration: underline; color: 99cc00;
}
