body
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body.nomargins
{
	margin: 0;
	background-color: #fcf5ea;
}

a.box:link { color: #000000; text-decoration: underline; }
a.box:visited { color: #000000; text-decoration: underline; }
a.box:hover { color: #999999; text-decoration: underline; }
a.box:active { color: #000000; text-decoration: underline; }

a.menu:link { color: #999999; font-weight: bold; text-decoration: none; }
a.menu:visited { color: #999999; font-weight: bold; text-decoration: none; }
a.menu:hover { color: #999999; font-weight: bold; text-decoration: underline; }
a.menu:active { color: #999999; font-weight: bold; text-decoration: none; }

a.menu2:link { color: #FFA61A; font-weight: bold; text-decoration: none; }
a.menu2:visited { color: #FFA61A; font-weight: bold; text-decoration: none; }
a.menu2:hover { color: #FFA61A; font-weight: bold; text-decoration: underline; }
a.menu2:active { color: #FFA61A; font-weight: bold; text-decoration: none; }

a.mainmenu:link { font-size: 12px; color: #000000; text-decoration: none; }
a.mainmenu:visited { font-size: 12px; color: #000000; text-decoration: none; }
a.mainmenu:hover { font-size: 12px; color: #000000; text-decoration: none; }
a.mainmenu:active { font-size: 12px; color: #000000; text-decoration: none; }

a.header:link { color: #000000; font-weight: bold; text-decoration: underline; }
a.header:visited { color: #000000; font-weight: bold; text-decoration: underline; }
a.header:hover { color: #000000; font-weight: bold; text-decoration: none; }
a.header:active { color: #000000; font-weight: bold; text-decoration: underline; }

a.white:link { color: #999999; text-decoration: none; }
a.white:visited { color: #999999; text-decoration: none; }
a.white:hover { color: #999999; text-decoration: underline; }
a.white:active { color: #999999; text-decoration: none; }

h1
{
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #037CA4;
}

.spacetitle
{
	font-size: 13px;
	font-weight: 100;
	font-family: Arial;
	color: #037CA4;
	letter-spacing: 5px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #999999;
}

img
{ border-width: 0; }

table
{ border-collapse: collapse; }

table.rightaligned
{
	margin-left: auto;
	margin-right: 0;
}

table.centered
{
	margin-left: auto;
	margin-right: auto;
}

table.outlined
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

table.yellowoutlined
{
	border-color: #fcf5ea;
	border-width: 1px;
	border-style: solid;
}

td
{
	border-width: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	
	text-align: left;
	vertical-align: top;
}

td.outline
{
	border-width: 1px;
	border-color: #676532;
	border-style: solid;
}

td.outlinepadded
{
	border-width: 1px;
	border-color: #676532;
	border-style: solid;
	padding: 8px;
}

td.greenback
{
	background-color: #ffffff;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}

td.formfield
{
	padding-left: 6px;
	padding-rigth: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}


td.outlinedformfield
{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: center;
}

td.outlinedheader
{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	
	background-color: #fcf5ea;
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: left;
}

td.paddedformfield
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-align: center;
	vertical-align: middle;
}

td.lightyellow
{
	background-color: #fcf5ea;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.paddedlightyellow
{
	background-color: #fcf5ea;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	
	text-align: left;
	vertical-align: middle;
}

td.padded
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;

	text-align: left;
	vertical-align: middle;
}

td.menuitem
{
	background-color: #fcf5ea;
	padding: 3px;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

td.highlightedmenuitem
{
	background-color: #fcddab;
	padding: 3px;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

td.darkyellow
{
	background-color: #999999;
}

td.foottd
{
	background-color: #037CA4;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	color: #ffffff;
}

td.mainpane
{
	background-color: #ffffff;
	padding: 8px;
}

td.pricefield
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	
	font-size: 11px;
}

td.pricefieldheader
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	
	background-color: #Efe6d0;
	font-size: 11px;
}

td.pricefieldlightheader
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	
	background-color: #fcf5ea;
	font-size: 11px;
}

td.box
{
	font-weight: bold;
	color: #000000;
	background-color: #Efe6d0;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

td.topmenu
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFA61A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFA61A;
	
	background-color: #ffffff;
	
	text-align: center;
	vertical-align: middle;
}

td.topmenuhighlighted
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFA61A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFA61A;
	
	background-color: #FDEDD3;
	
	text-align: center;
	vertical-align: middle;
}

.whitetext
{
	color: #ffffff;
	font-weight: bold;
}

.redtext
{
	color: #d02323;
	font-weight: bold;
}

.normal
{
}

.greentext
{
	color: #23d023;
	font-weight: bold;
}

