/* CSS Document */

body {
	background-color: #0E2128;
	margin-top: 30px;
	font-family: "Century Gothic";
}

/*Font Styles*/
.white_tahoma {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
}
.dark_tahoma {
	color:#0E2128;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
}
.jobtitle {
	color: #FF9900;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
}
.heading_title {
	font-size: 30pt;
	font-weight: lighter;
}
.lower {
	text-transform: lowercase;
}

div.tiny {
	font-size: 10px;
	color: #FFFFFF;
}

/*Link Styles*/
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	background-color: #FF9900;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}


/*Other/Misc Styles*/
.border_table {
	border: thin dashed #FFFFFF;
}
.res_table {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
	margin-top:10px;
}

table#pic {
	background: url(images/BG_blank.jpg);
	background-repeat: no-repeat;
}