a:link 			{color: #3773CA; text-decoration: none;}
a:visited 		{color: #3773CA; text-decoration: none;}
a:hover			{color: #7DA7E4; text-decoration: underline;}
a:active		{color: #7DA7E4; text-decoration: underline;}

a.nav:link		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 13px; background: #827D43 no-repeat; width: 120px; border-top: 1px solid #F4EBEA; border-right: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D; border-left: 1px solid #F4EBEA; margin: 8px; padding: 1px; text-align: center; display: block;}
a.nav:visited		{color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 13px; background: #827D43 no-repeat; width: 120px; border-top: 1px solid #F4EBEA; border-right: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D; border-left: 1px solid #F4EBEA; margin: 8px; padding: 1px; text-align: center; display: block;}
a.nav:hover		{color: #EAEAEA; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 13px; background: #726C2D no-repeat; border-top: 1px solid #F4EBEA; border-right: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D; border-left: 1px solid #F4EBEA;}
a.nav:active		{color: #EAEAEA; text-decoration: none; font-weight: bold; font-family: tahoma, arial, helvetica; font-size: 13px; background: #726C2D no-repeat; border-top: 1px solid #F4EBEA; border-right: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D; border-left: 1px solid #F4EBEA;}

html, body {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	color: #555555;
	background: #697A43;
	min-height: 100%;
	line-height: 17px;
	margin: 0px;
	background-image: url("../images/bg.gif");
	}

.header {
	font-family: tahoma, arial, helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #354A08;
	line-height: 25px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}

.subheader {
	font-family: tahoma, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #556A27;
	line-height: 19px;
	}

.footer {
	font-family: tahoma, arial, helvetica;
	font-size: 9px;
	color: #FFFFFF;
	padding: 2px 14px 0px 0px;
	}

.hilite {
	color: #CC3636;
	}

.hilite-bg {
	background-color: #FFFE81;
	}

.small  {
	font-family: tahoma, arial, helvetica;
	font-size: 9px;
	color: #555555;
	}

.margin {
	font-family: tahoma, arial, helvetica;
	font-size: 9px;
	color: #666666;
	}

.margin-header {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #4A5533;
	}

div.box-margin {
	border: 1px solid #8C563B;
	background: #EEF3E3;
	padding: 5px;
	}

.box    {
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
	
.outline {
	border: 1px solid #CC3636;
	background: #F6F6F6;
	padding: 5px;
	}
	
ul	{
	list-style-type: disc;
	}

ol	{
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 5px;
	}

li	{
	margin-top: 13px;
	}