/********************************************************/
/*                    GLOBAL SETTINGS                   */
/********************************************************/
body
{
	background-color: #990033;
	color: #FFCC99;
	margin: 0px;
}

a img
{
	border: 0px;
}

form
{
	display: inline;
}

/********************************************************/
/*                          LINKS                       */
/********************************************************/
a {text-decoration: none;}
a:hover {text-decoration: none; text-decoration: underline}
.bodytext {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #990033}
.callouts {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; font-style: italic; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #990033; text-decoration: none}
.bottomlinks {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-style: normal; line-height: 12px; color: #003366}
.bodytextbold {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: bold; color: #990033; text-decoration: none}
.bodytextboldblue {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: bold; color: #003366}
.calloutsblue {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; font-style: italic; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #003366}
.bodytextblue {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #003366; text-decoration: underline}
.bodytexttan {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFCC99; text-decoration: none}
/*a:hover {  font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #996633;}*/
.bodytextbluemenu {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #003366}
.bodytextdktan {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #996633}
.bodytext12bold {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: bold; color: #996633; text-decoration: none}


/********************************************************/
/*                       INPUTS							*/
/********************************************************/
input.textbox
{
	border: solid 1px #cc9966;
	height: 20px;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
}
input.imagebutton
{
	background-color: #990033;
	border: 2px solid #cc9966;
	font: Georgia;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight:normal;
}
input.imagebuttonover
{
	background-color: #990033;
	border: 2px solid #cc9966;
	font: Georgia;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	cursor: hand;
	cursor: pointer;
}

.footer{font-family:Georgia;color:#FFCC99;font-size:12px;font-weight:bold}
.copyright{font-family:Georgia;color:#FFCC99;font-size:11px;}
a.lnkFooter{font-family:Georgia;color:#FFCC99;font-size:12px;font-weight:bold}
a.lnkFooter:hover{font-family:Georgia;color:#FFCC99;font-size:12px;font-weight:bold;text-decoration: underline}