@charset "utf-8";
/* CSS Document */
body {
	background-color: #041A33;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navfont {font-family: Tahoma; font-size: 12px; color: #444444; }
.navfontwhite {font-family: Tahoma; font-size: 12px; color: #ffffff; }
.navfontblack {font-family: Tahoma; font-size: 12px; color: #000000; }
.navfontbold {font-family: Tahoma; font-size: 11px; color: #444444; font-weight:bold; }
.navfont2 {font-family: Tahoma; font-size: 8px; color: #444444; }
.navfonttiny {font-family: Tahoma; font-size: 10px; color: #444444; }
.navfontcyantiny {font-family: Tahoma; font-size: 9px; color: #00ffcc; }

/*      Links      */

a:link {
	font-family: Tahoma;
	font-size: 12px;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1C83C2;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1C83C2;
	text-decoration: none;
}

/*      Text fields      */
.style1 {color: #FFFFFF;}
.field {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #333333;
	border: thin;
	border-color: #333333;
	background-color: #FFFFFF;
}

.fieldbutton {
	font-family: Tahoma; 
	font-size: 12px;
	color: #000000;
	border: thin;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	background-color: transparent;
}
.lightright {
	border-right-width: thin;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
}
.lighttop {
	border-top-width: thin;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
}
.lightbottom {
	border-bottom-width: thin;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.lightbottom-lightright {
	border-bottom-width: thin;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: thin;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
}
.darkleft {
	border-left-width: thin;
	border-left-color: #010C1A;
	border-left-width: 1px;
	border-left-style: solid;
}
.darkleft-lightbottom {
	border-left-width: thin;
	border-left-color: #010C1A;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.lightleft {
	border-left-width: thin;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
}
.darktop {
	border-top-width: thin;
	border-top-color: #010C1A;
	border-top-width: 1px;
	border-top-style: solid;
}
.lightleft-right {
	border-left-width: thin;
	border-left-color: #A3CDFC;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #DFD1BF;
	border-right-width: 1px;
	border-right-style: solid;
}
.smallsubmit { 
	background-color: #cfc; 
	font-size: 60%;
    	padding: 20px;
	font-weight: bold; 
}