﻿.style1 {
	font-weight: normal;
}
.style2 {
	text-align: center;
}
.style3 {
	border-style: solid;
	border-width: 1px;
	background-color: #808080;
	font-family: Arial;
	font-size: 5px;
}
.style4 {
	font-family: "Times New Roman";
	color: #0000FF;
}
.style6 {
	font-size: x-large;
}
.style7 {
	font-size: large;
	text-decoration: underline;
}
.style8
{
    width: 182px;
}

.style_header
{
    background: transparent url("header_background.png");
    background-repeat: repeat;
    background-position: top;        
    color: White;
}

.style_body
{
    width: 800;
    background-color: #E5EAF1;
}