﻿body 
{ 

	background: #666666;
	margin: 0;
	padding: 0;
	background-image:url('images/bg_gray2.jpg');
	background-repeat: repeat-x;
	background-color: #E6E9E8;
}

td	
{
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
    font-size: 8pt; 
    color: #6D6E71; 
    line-height: 140%;
}
/* custom class for the login table */
td.login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;	
}

.blank		
{
font-size: 1pt;
}

.style1 {
	border-style: solid;
	border-width: 0;
}

.style2 {
	font-size: xx-small;
}
.style3 {
	font-size: xx-small;
	font-weight: bold;
}
.style4 {
	background-color: #316796;
}
.style5 {
	font-weight: bold;
	background-color: #316796;
}

.style6 {
	text-align: center;
}


A:link		
{
color: #5E8FB4; text-decoration:none;
}
A:visited	
{
color: #000000; text-decoration:none;
}
A:hover		
{
color: #378F8F; text-decoration:underline;
}

img.border1{
	
	border-width: 1px;
	border-color: black;
}