﻿@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
}
html, body, #wrapper, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #E0AF00;
}

.reg{
	font-size: 14px;
	color: #000000;
}

.str{
	font-size: 14px;
	color: #000080;
	font-weight: bold;
}

td {
border:none;
padding:5px;
}

table {
padding:5px;
border:none;
}

a:link {
	text-decoration: none;
	color: #000080;
	font-size: 14px;
	line-height: 22px;
}
a:visited {
	color: #000080;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
}
a:active {
	text-decoration: underline;
	color: #00FFFF;
	font-size: 14px;
	line-height: 22px;
}
