body {
	background-color: #FFFFFF; 
	font-family: Helvetica, Arial; 
	font-size: 12px; 
	border: 0px;
	color: #474747;
}

#heading {

	background: url(/images/topBG.gif);
	background-repeat: no-repeat;

}

#menuContainer {

	background: url(/images/tableBG.jpg);
	background-repeat: no-repeat;

}

.goldHeading {

	font-size: 20px; 
	color: #81826D; 
	text-decoration: underline;

}
	
.topMenuItem {	
	width: 125px; 
	height: 18px;
	/* background-color: #FFFFFF; */
	border-style: solid; 
	border-color: #CCCCCC;
	border-width: 1px;
	/* border-top: none; */
	border-left: none;
	border-bottom: none;
	text-align: center;
	line-height: 18px; 
	font-size: 10px;
	/* color: #1A1265; */
	color: #FFFFFF;
}
			
#topMenuTable {
				
	position: absolute;
	bottom: 0px;
				
}

#Login {

	position: fixed;
	padding: 3px;
	background-color: #F2F2F2;
	/* border-style: solid;
	border-color: #1A1265;
	border-width: 1px; */
	color: #1A1265;
	font-size: 10px;
	text-align: center;

}
			
#tableMenu {

	position: absolute;
	left: 5px;
	top: 67px;

}
	
.menuItem {

	left: 5px;
	width: 228px;
	/* background-color: #FFFFFF; */
	border-style: solid;
	border-color: #CCCCCC;
	border-top: none;
	border-left: none;
	/* border-right: none; */
	color: #002d62;
	border-width: 1px;
	width: 100%;
	/* height: 30px; */
	height: 24px;
	line-height: 30px;
	font-size: 12px;
	/* font-weight: bold; */
	
}

.icon {

	position: relative;
	left: 197px;
	top: 3px;

}
		
.menuLabel {

	position: absolute;
	left: 5px;

}

#menuLeft {

	position: absolute;
	width: 228px;

}

#main {

	position: absolute;
	left: 240px;
	width: 100%;
	height: 100%;
	/* border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	border-right: none;
	border-bottom: none; */
	padding: 10px;
	overflow: scroll;

}

.airFile {

	font-size: 10px;
	color: #1A1265;
	text-align: left;
	text-decoration: none;

}

.airFileTable {

	background-color: #FFFFFF;
	vertical-align: top;
	padding: 3px;
	width: 100%;

}

.headline {

	color: #1A1265;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;

}

.contentContainer {

	width: 631px;

}

a:link {

	color: #002d62;

}

a:visited {

	color: #002d62;

}

a:hover {

	/* color: #5192C5; */
	color: #0076c3;

}

a:active {

	color: #999999;

}

.underline {

	text-decoration: underline;

}

.formLabel {

	font-size: 10px;

}

.textInput {

	background-color: #F2F2F2;
	font-size: 10px;
	position: absolute;
	left: 100px;
	width: 400px;

}

.textArea {

	background-color: #F2F2F2;
	font-size: 10px;
	width: 500px;
	height: 100px;

}

.formButton {

	font-size: 10px;
	background-color: #F2F2F2;

}

.profileImage {

	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	margin: 5px; 
	float: left;
	
}

.appTable {

	background-color: #CCCCCC;
	color: #1A1265;
	font-size: 10px;

}

.captionLocation {

	font-weight:bold; 
	color: #006699; 
	font-size: 9px;
	
}

.t {background: url(/images/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(/images/dot.gif) 0 100% repeat-x}
.l {background: url(/images/dot.gif) 0 0 repeat-y}
.r {background: url(/images/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/bl.gif) 0 100% no-repeat}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}
