body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
}

div, p, th, td, span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

form {margin: 0px;}

input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:  1px solid #A8B2BB;
}


input.requiredError {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:  1px solid #FF0000;
}

input:focus {
	border:  1px solid blue;
}

select:focus {
	border:  1px solid blue;
}

input.submit {
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

input.radio {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border : none;
}

input.radio:focus {
	border:  1px solid blue;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:  1px solid #A8B2BB;
	width: 450px;
	height: 110px;
}

textarea:focus{
	border:  1px solid blue;
}

a {
	color: #4F738F;
	text-decoration: none		
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

#header {
	background-image: url(../images/background_top.jpg);
	height: 91px;
}

#menu {
	white-space: nowrap;
	background-image: url(../images/background_menu.jpg);
	width: auto;
	height: 19px;
	padding-left: 15px;
	padding-top: 2px;
}

#subcontent {
	position: relative;
	margin-top: 6px;
	right: 4px;
}

#footer {
	margin-left: 6px;
  	margin-right: 6px;
}

.clsSubHeaderMessage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003060;
	padding-bottom:2px;
}

.sidebar {
	background-image: url(../images/sb_br.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	width: 250px;
}

.sb_header {
	background-image: url(../images/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.sb_title {
	background-image: url(../images/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-align : left;
}

.sb_title h4 {
	font-weight : bold;
	font-size : 12pt;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
}

.titleSmall {
	font-weight : normal;
	font-size : 8pt;
}


.sb_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	text-align : left;
}

.sb_content ul {
	padding-left: 8px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
}

.sb_content li {
	font-size : 8pt;
	color : #053462;
	list-style-type : disc;
	margin: 1px;
	margin-top : 2px;
}

.sb_content a {
	color: #003060;
}

.sb_content a:active {
	color: #003060;
}

.sb_content a:visited {
	color: #003060;
}

.sb_content a:hover {
	color: #003366;
}

.sb_footer {
	border-left: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px;
}

.subheader {
	background-image: url(../images/sb_br.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 8px;
}

.sh_header {
	background-image: url(../images/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.sh_title {
	background-image: url(../images/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.sh_title h4 {
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
	font-size: 12pt;
}

.sh_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	padding: 5px 20px 0px 10px;
	margin: 0px;
}

.sh_content form {
	margin: 0px;
}

.sh_content ul {
	margin-top: 0px;
}

.sh_content li {
	color : #053462;
	list-style-type : disc;
	margin-top : 3px;
}

.sh_footer {
	height: 10px;
	margin: 0px;
	border-left: 1px solid #A3B3C0;
}

.content {
	background-image: url(../images/c_br.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 8px;
}

.c_header {
	background-image: url(../images/c_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.c_title {
	background-image: url(../images/c_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.c_title h4 {
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
}

.c_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}


.nowrap { 
  white-space: nowrap; 
}

.indent {
	padding-left : 15px;
}

.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

div.confirmation  {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: Green;
	border: 3px solid Green;
	margin: 4px 4px 4px 4px;
	padding:8px 16px;
	background-color: #C1F9B9;
}

td.confirmation{
	color: Black;
}

.white {
	color:white;
}	


.navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F738F;
	text-decoration: none;
	margin-right: 10px;
}

a.navigation:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F738F;
	text-decoration: none;
}

a.navigation:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4F738F;
	text-decoration: none;
}

a.navigation:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a.navigation_selected {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin-right: 10px;
}

a.navigation_selected:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
