html,body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form { 
	width : 100%; margin : 0; padding : 0; 
}	

A {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #207799;
}

A:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #207799;
}

A:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #207799;
}

.blue A {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #084D68;
}

.blue A:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #084D68;
}

.blue A:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #084D68;
}

.white A {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.white A:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.white A:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.red A {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #A42F21;
}

.red A:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #A42F21;
}

.red A:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #A42F21;
}


.menulink A {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #EFEDE0;
}

.menulink A:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #EFEDE0;
}

.menulink A:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #EFEDE0;
}

.upos {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #A42F21;
	margin:0px;
}


.commonlight
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #F4F11C;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: 000000;
	margin:0px 0px 0px 0px;
	padding:0px;
}


h3 {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #A42F21;
	margin:0px 0px 0px 0px;
	padding:0px;
}


h4 {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.categories {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.bigcategories {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.title {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 25px;
	margin:0px;
}

.whitetext {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin:0px;
}


INPUT.submit {
	border-style: solid;
	border-color: #AFAFAF; 
	border-width:1px;
	padding: 2px;
	color: #FFFFFF;
	background-color: 909090;
	font-weight: normal;
}

input.submitRed {
	width: 180px;
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/back_button3.png);
	background-repeat: repeat-x;
	border: 0px;
}


INPUT.standard {
	border-style: solid;
	border-color: #AFAFAF; 
	border-width:1px;
	padding: 2px;
	color:000000;
	background-image:url(../images/input_back.gif);
	font-weight: bold;
}


TEXTAREA.standard {
	border-style: solid;
	border-color: #AFAFAF; 
	border-width:1px;
	padding: 2px;
	color:000000;
	background-color: #FFFFFF;
	font-weight: normal;
}


INPUT.searchsubmit {
	border-style: solid; 
	border-color: #AFAFAF; 
	border-width:1px;
	padding: 0px;
	background-color: #FFFFFF;
	color: 000000;
	font-weight: bold;

}

INPUT.searchtext {
	width: 70%;
	height: 20px;
	padding: 1px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, sans-serif;
}

select.searchselect {
	border-style: solid; 
	border-color: #AFAFAF; 
	border-width:1px;
	padding: 1px;
	color:000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}