


body {
	background-color: #eeeeee;
}

.error {
 	color:red;
 	font-weight:bold;
}

.confirm {
 	color:black;
 	font-weight:bold;
}

p,ul,ol {
	color: black;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1
{
	color: #454545;
	font-size: 175%;
	font-weight: bold;
}

h2
{
	color: #707070;
	font-size: 130%;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-width: 0 0 1px 0;
	padding-bottom: 0;
}

h3
{
	color: #707070;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0 0 1px 0;
	padding-bottom: 0;
	text-align: center;
}

h4
{
	color: #707070;
	font-size: 70%;
	font-weight: bold;
}

.value
{
	color: #707070;
	font-size: 80%;
	font-weight: bold;
}

.label
{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.small {
	color: #000000;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: center;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.links {
	color: blue;
	font-size: 60%;
	font-weight: bold;
	text-decoration: none;
}

.menu1 {
	color: blue;
	font-size:small;
	text-decoration: none;
}

.menu2 {
	color: blue;
	font-size:smaller;
	text-decoration: none;
}

.footer {
	color: black;
	font-size:smaller;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #ff0033;
	text-decoration: underline;
}

img {
	border-style:none;
}

.header {
	background-color: white;
	background-image:url("/images/header.jpg");
	background-position:right;
	background-repeat:no-repeat;
}