/* Reference Cascading Style Sheet - Version 1.0 - created 06/20/05 */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 2px;
	border-bottom: 1px solid #000099;
}

h2 {
	font-size: 130%;
	border-bottom: 1px solid #CCCCFF;
	margin: 10px 2px 0px 2px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 2px;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 2px;
}

h5 {
	font-weight: bold;
	margin: 2px;
}

h6 {
	font-size: 80%;
	margin: 2px;
}

p {
	font-size: 110%;
	margin: 2px 2px 8px 2px;
}

ul {
	margin-top:0px;
}

ol {
	margin-top:0px;
}

dt {
	font-weight: bold;
}

/* Keeps table text vertically aligned - Catch all for loose code */
table {
	font-size: 12px;
	vertical-align: top;
}

th {
	text-align: left;
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #333399;
	margin-bottom: 0px;
	background-color: #E6E6FF;
}

td {
	vertical-align: top;
}

hr {
	color: #CCCCFF;
	margin: 0px;
}

/* Perferred hover link  */
a {
	text-decoration:none;
	color: #0000CC;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #990099;
}

.title {
	font-size: 100%;
	font-weight: bold;
}

.whiteText {
	color: #FFFFFF;
}

/* New label for links on hypertext menu - Applies to <span> tag - This is a cascaded size from containing tag - Also used for pilots*/
.new {
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
}

/* right align text & numerical values */
.r {
	text-align: right;
}

/* center align text & numerical values */
.c {
	text-align: center;
}

.bg{
	background-color: #006666;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}