body {
	background-color: #0D2B35;
}
a:link{  font-family: Georgia, serif;
	font-size : 11pt;
	color: #7CA545;
	text-decoration : none;
	font-weight:bold;
}

a:visited{    font-family: Georgia, serif;
	color: #577331;
	font-size: 11pt;
	text-decoration : none;
	font-weight:bold;
}
a:hover{  
	font-family: Georgia, serif;
	color: #DE886B;
	font-size: 11pt;
	text-decoration : underline;
	font-weight:bold;
}
a:link.small{  font-family: Georgia, serif;
	font-size : 8pt;
	color: #7CA545;
	text-decoration : none;
	font-weight:bold;
}

a:visited.small{    font-family: Georgia, serif;
	color: #577331;
	font-size: 8pt;
	text-decoration : none;
	font-weight:bold;
}
a:hover.small{  
	font-family: Georgia, serif;
	color: #DE886B;
	font-size: 8pt;
	text-decoration : underline;
	font-weight:bold;
}
a:link.calendar{
	font-family: Georgia, serif;
	font-size : 10pt;
	color: #ffffff;
	text-decoration : none;
	font-weight:bold;
}

a:visited.calendar{    
	font-family: Georgia, serif;
	color: #ffffff;
	font-size: 10pt;
	text-decoration : none;
	font-weight:bold;
}
a:hover.calendar{  
	font-family: Georgia, serif;
	color: #ffffff;
	font-size: 10pt;
	text-decoration : none;
	font-weight:bold;
}

.bodytxt {    
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
}
.bodytxtbold {    
	font-family: Georgia, serif;
	font-color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
}
.smalltxt {    
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight:normal;
}
.tinytxt {    
	font-size: 7pt;
}
.header {    
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight:bold;
}
.blue_header {    
	font-family: Georgia, serif;
	color: #61A4B7;
	font-size: 12pt;
	font-weight:bold;
}

input.btn{
   color:#FFFFFF;
   font-family: Georgia, serif;
   font-size:9pt;
   font-weight:normal;
   background-color:#22728C;
   border:1px solid;
   border-top-color:#95CCE3;
   border-left-color:#95CCE3;
   border-right-color:#95CCE3;
   border-bottom-color:#95CCE3;
}

input.btnhov{
   border-top-color:#FFFFFF;
   border-left-color:#FFFFFF;
   border-right-color:#FFFFFF;
   border-bottom-color:#FFFFFF;
}

input {
 font-family: Georgia, serif;
 font-size: 12px;
 color:#000000;
 background-color: #ffffff;
 border: 1px solid #ffffff;
}

input.hov{
 color:#000000;
 background-color: #E0F2F8;
}

textarea {
 font-family: Georgia, serif;
 font-size: 12px;
 color:#000000;
 background-color: #ffffff;
 border: 1px solid #ffffff;
 width: 350px;
}

textarea.hov{
 color:#000000;
 background-color: #E0F2F8;
}

white {
	color:#ffffff;
}

