body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #336699;
	left: 25px;
	margin-left: 15px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #333333;
}

a {
	/*color: #005EA5;*/
	text-decoration: none;
}

form {
	background-color: #ffffff;
}
label{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: #333333;
}


input, focus { 
background-color: #d1dfeb;
}

input { 
 
font-size:10pt; 
font-family: arial; 
border: 1px solid #ebebeb;
}

select { 
 
font-size:10pt; 
font-family: arial; 
border: 1px solid #ebebeb;
width: 250px;

}


.textarea {
background-color: #ffffff; 
height:150px; 
width:150px; 
font-size:9pt; 
font-family: arial; 
border: 1px solid #cccccc; 
scrollbar-base-color:#d1dfeb;
overflow: hidden;
}


.text{
background-color:#ffffff; 
border: 1px solid #cccccc;
color: #000000; 
width:100px
}

.submit {
	background-color:#d1dfeb;
	margin-top:10px;
	color: #333333;
	border:1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.check { 
width: 25px; 
border: 0px; 
background: transparent; 
}

.radio { 
width: 25px; 
border: 0px; 
background: transparent; 
} 

.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 30px;
	color: #005EA5;
}
.title_black {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
    /*color: #333333;*/
}

.subtitle a:link{
color: #005EA5;
	text-decoration: underline;
}
.subtitle a:hover{
color: #005EA5;
	text-decoration: underline;
}

.subtitle a:active{
color: #000000;
	text-decoration: underline;
}
.subtitle a:visited{
color: #005EA5;
	text-decoration: none;
}

.subtitle_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
    color: #333333;
}

.subtitle_black a:link{
color: #333333;
	text-decoration: underline;
}
.subtitle_black a:hover{
color: #333333;
	text-decoration: underline;
}

.subtitle_black a:active{
color: #333333;
	text-decoration: underline;
}
.subtitle_black a:visited{
color: #333333;
	text-decoration: none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	color: #005EA5;
	font-weight: bold;
	left: 2px;
	top: 2px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	background-attachment: fixed;
	background-image:  url(images/leftframe_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:link { 
	color: #005EA5;
	text-decoration: none;
}

a:visited { 
	color: #005EA5;
	text-decoration: none;
}

a:hover {
	color: #005EA5;
	text-decoration: underline;
}


input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


