﻿body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	height: 22px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}

.input2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}

.select1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}

.align-justify {
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #4C4C4C;
}

.text2 {
	font-size: 10px;
	color: #FFFFFF;
}

.text3 {
	color: #7F7F7F;
}

a {
	color: #324D6F;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	padding-top: 4px;
	color: #FD964A;
}

a.link2 {
	font-size: 10px;
	color: #657C97;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
	text-align: justify;
	color: #324D6F;
}

.style1 a {
	font-weight: bold;
	color: #324D6F;
}

.style1 a:hover {
}