﻿
/**
#0E8CE9 - blue 
**/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
a {
text-decoration:none;
color:#333333;
}
.menuA {
text-decoration:none;
color:#FFFFFF;
}

.header {
	background-image: url(images/signature.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.menuTd{
height:25px;
text-align:center;
color:#FFFFFF;
}
.subMenuTd{
text-align:center;
}
.menuTdSelected{
color:#FFFFFF;
text-decoration:underline;
}
.subMenuTable{
width:100%;
background-color:#FFFFFF;
border-bottom:solid 2px #333333;
border-top:solid 1px #333333;
border-right:solid 2px #333333;
border-left:solid 1px #333333;
}

.footer{
height:20px;
text-align:center;
}
#navigationFooter{
	font-size:8pt;
	width:1000px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
}



.submitButton{
	cursor:pointer;
	width:150px;
	background-color:#0F8CE9;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
}


.sideLinks {
border-bottom:dotted 1px #666666;
text-align:left;
padding-right:10px;
height:20px;
display:block;
}

.sideLinksSub {
border-bottom:dotted 1px #666666;
text-align:left;
padding-right:10px;
height:20px;
display:block;
color:#0E8CE9;
}

.inputText{
width:450px;
border:solid 1px #80BCE9;
font-family: Arial, Helvetica, sans-serif;
}