body {
	min-width: 800px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  /*background-color: #F0F0F0;*/
  background-color: #8F0F00;
  font-size: 10px;
  margin: 2%;
}

.hidden-keywords {
	color: #8F0F00; /* this should be same as background color */
	font-size: 1;
}

a.basiclink {
	color: #163070;
}

a.basiclink:visited {
	color: #0099FF;
}

a.basiclink:hover {
	color: #E20019;
}

.red {
	color: #E20019;
}

.blue {
	color: #163070;
}

.green {
	color: #599B00;
}

.orange {
	color: #FF6633;
}

table {
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
	background-color: inherit;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	border: 0px solid black;
}

td.left-border {
	background-image: url('../images/borderleft.png');
	background-position: right;
	background-repeat: repeat-y;
	width:32px;
}

td.right-border {
	background-image: url('../images/borderright.png');
	background-position: left;
	background-repeat: repeat-y;
	width:32px;
}

td.top-border {
	background-image: url('../images/bordertop.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height:32px;
}

td.bottom-border {
	background-image: url('../images/borderbottom.png');
	background-position: top;
	background-repeat: repeat-x;
	height:32px;
}

td.topleft-border {
	background-image: url('../images/bordertopleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.topright-border {
	background-image: url('../images/bordertopright.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

td.bottomleft-border {
	background-image: url('../images/borderbottomleft.png');
	background-position: top right;
	background-repeat: no-repeat;
}

td.bottomright-border {
	background-image: url('../images/borderbottomright.png');
	background-position: top left;
	background-repeat: no-repeat;
}

table.page {
	background-color: white;
	/*width: 800px;*/
	/*border: 5px double #599B00;*/
	
/*	margin-top: 20px;
	margin-left: 20px;*/
}
.page td {
	border:none;
}

fieldset {
	font-size: 10px;
	vertical-align: top;
	background-color:white;
	margin-bottom: 8px;
	margin-right: 8px;
}

div {
	vertical-align: top;
	margin-bottom: 10px;
}

table.formset {
	font-size: 10px;
	width: 90%;
}

td.input_caption {
	width: 1px;
	vertical-align: top;
	font-weight: bold;
}

td.main {
	text-align: left;
	width: 100%;
	vertical-align: top;
}

td.logo {
	text-align: left;
	width: 100%;
	border-bottom: 2px solid #599B00;
	padding: 0px;
	vertical-align: top;
}

td.tagline {
	text-align: center;
	width: 100%;
	vertical-align: middle;
	font-variant:small-caps;
	font-style:oblique;
	font-weight: bold;
	color: #E20019;
	padding: 5px;
}

/*
table.content {
	font-size: 10px;
}

td.content {
	width: 80%;
	border: 10px solid red;
	padding: 5px;
	color: black;
	text-align: center;
	vertical-align: top;
}
*/

.textheading {
	font-size: 18px;
}

.textmedium {
	font-size: 14px;
}

.textsmall {
	font-size: 12px;
}

.textsmaller {
	font-size: 10px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;	
}

.textvcenter {
	vertical-align: middle;
}

.textvtop {
	vertical-align: top;
}

.textitalic {
	font-style: italic;
}

.textnoitalic {
	font-style:normal;
}

.textbold {
	font-weight: bold;
}

.textnormal {
	font-weight: normal;
}

.textunderline {
	text-decoration: underline;
}

.noborder
{
	border: none;
}

.border
{
	border: 1px solid #599B00;
}

.bottomborder
{
	border-bottom: 1px solid #599B00;
}

.topborder
{
	border-top: 1px solid #599B00;
}

.nopadding
{
	padding: 0 0 0 0;
}

.padding
{
	padding: 10px 10px 10px 10px;
}

.bgwhite {
	background-color: white;
}

.nobreak {
	display: inline;
}

.valid_input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: white;
	width: 100%;
}

.invalid_input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: red;
	width: 100%
}


