body,td,th {
	font-family: Tahoma, verdana, Arial, "MS Sans Serif";
	font-size: 70%;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*===== Text =====*/
.whitebold{
	font-weight: bold;
	color: #FFFFFF;
}

.redbold{
	font-weight: bold;
	color: #E30000;
}

.bluebold{
	font-weight: bold;
	color: #26458c;
}
.bluenormal{
	font-weight: normal;
	color: #26458c;
}

.bold{
	font-weight: bold;
}

.white{
	color: #FFFFFF;
}

.orange{
	color: #FF6600;
}

.orange_bold{
	color: #FF6600;
	font-weight: bold;
}

.grey_bold{
	color: #444444;
	font-weight: bold;
}


.hi_blue{
	color: #008cdc;
}

.navy_blue{
	color: #26458c;
}

.big_font{
	font-size: 120%;
	font-weight: bold;
}


h1 {
	font-size: 160%;
	font-weight: bold;
	margin:0px;
	color: #FF9900;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin:0px;
	color: #003366;
}

/*===== Link =====*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: E30000;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

a.whitelink2:link, a.whitelink2:visited, a.whitelink2:active {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
a.whitelink2:hover {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FF9900;
}

a.redboldlink:link, a.redboldlink:visited, a.redboldlink:active {
	text-decoration: none;
	font-weight: bold;
	color: #E30000;
}
a.redboldlink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

/*===== Form =====*/
input, select {
	font-size: 100%;
	color: #333333;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	margin:2px;
}
a.middle_links {
text-decoration:none;
color:#000000;
}
a.middle_links:hover {
text-decoration:none;
color:#3366CC;
}
a.hxlink {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a.hxlink:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a.hxlink:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFCC33;
text-decoration:none;
}