/* anchors
----------------------------------------*/
a 			{ text-decoration:none; }
a:link 		{ color:#E56000; }
a:visited 	{ color:#E56000; }
a:hover		{ color:#E56000; text-decoration:underline; }

/* background colors
----------------------------------------*/
.bgBlack	{ background-color:#000000;	}

.bgBlue1	{ background-color:#DFEAF2;	} /* lighter */
.bgBlue2	{ background-color:#CEE3F2;	}
.bgBlue3	{ background-color:#ADC7D9;	}
.bgBlue4	{ background-color:#A3BBCC;	}
.bgBlue5	{ background-color:#3083BF;	}
.bgBlue6	{ background-color:#29567C;	} /* darker */

.bgGray		{ background-color:#3C464D;	}

.bgWhite	{ background-color:#FFFFFF;	}

/* body
----------------------------------------*/
body {
background-color:#DFEAF2;
color:#282E33;
margin:0px;
}

/* footer
----------------------------------------*/
.footer {
color:99AFBF;
font:95% georgia,times,serif;
padding:8px 10px 8px 10px;
}

/* fonts
----------------------------------------*/
td {
font:75% verdana,arial,helvetica,sans-serif;
line-height:130%;
}

/* forms
----------------------------------------*/
input, select, textarea {
font:100% verdana,arial,helvetica,sans-serif;
}

/* global styles
----------------------------------------*/
img { border:0px; }

p { margin-top:0px; }

td, th { vertical-align:top; }

/* headers
----------------------------------------*/
h1 {
font:22px arial,helvetica,sans-serif;
font-weight:normal;
margin:0px 0px 10px 0px;
}

h2 {
font:16px arial,helvetica,sans-serif;
font-weight:normal;
margin:0px 0px 10px 0px;
}

h3 {
font:14px arial,helvetica,sans-serif;
font-weight:normal;
margin:0px 0px 10px 0px;
}

h4, h5, h6 {
font:14px arial,helvetica,sans-serif;
font-weight:normal;
margin:0px 0px 10px 0px;
}

/* nav 2
----------------------------------------*/
#nav2 .pipe { color:#3C464D; }

#nav2 a.selected:link 		{ color:#282E33; }
#nav2 a.selected:visited 	{ color:#282E33; }
#nav2 a.selected:hover		{ color:#282E33; text-decoration:underline; }

/* text
----------------------------------------*/
.text1 { font:10px arial,helvetica,sans-serif; }

.text2 { font-size:9px; }

.text3 { font-size:10px; }

.text4 { font-size:12px; }

.text5 { font-family:georgia,times,serif; }