/* Default CSS Stylesheet for a new Web Application project */

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #0033FF;
	}

h3 {
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}

.container {
	width: 725px;
	padding: 15px;
	margin: 3px 0 20px 0;
	border: 1px solid #ccc;
	background: #FFFFD9;
	}

/* rounded */
#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(/images/tab_rounded.gif) no-repeat bottom center;
	}

.xxsmText {
font-family: Verdana, Arial, Helvetica;
font-size: 7pt; }

.xsmText {
font-family: Verdana, Arial, Helvetica;
font-size: 8pt; }

.smText {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt; }

.lrgText {
font-family: Verdana, Arial, Helvetica;
font-size: 12pt; }

.xlrgText {
font-family: Verdana, Arial, Helvetica;
font-size: 14pt; }

.xxsmTextLink {
color: blue;
font-family: Verdana, Arial, Helvetica;
font-size: 7pt;
text-decoration: underline; }
.xxsmTextLink:hover {
text-decoration: none; }

.xsmTextLink {
color: blue;
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
text-decoration: underline; }
.xsmTextLink:hover {
text-decoration: none; }

.smTextLink {
color: blue;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
text-decoration: underline; }
.smTextLink:hover {
text-decoration: none; }

.lrgTextLink {
color: blue;
font-family: Verdana, Arial, Helvetica;
font-size:12pt;
text-decoration:underline; }
.lrgTextLink:hover {
text-decoration:none; }

.inputbox {
background-color: #F5F5F5;
color: #000000;
font-family: Verdana, Arial, Helvetica;
font-size: 9pt;
border: 1px solid #711617; }

.dropdownbox {
background-color: #F5F5F5;
color: #000000;
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
font-weight: normal;
border: 1px solid #711617; }

.formElementBorder {
border: 1px solid black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt; }

.formButton {
background-color: #A0A0A3;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
border: 1px solid #711617;}

.formButtonRed {
background-color: red;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
border: 1px solid #711617;}