﻿body 
{
}

a:link {  color: #000099; text-decoration: none }
a:visited {  color: #000099; text-decoration: none }
a:hover   
{
	color: #000099; 
	text-decoration: underline 
}
a:active {  color: #CC0000; text-decoration: underline }


img { border: 0px; }

tr 
{
	vertical-align:top;
}

.divRoot  
{
	border: solid 1px #838383;	
	background-color:#eeeeee;
	width: 700px;	
}

.header 
{
	background: url(img/logo.gif) no-repeat bottom;
	background-color: #72aad7;
	border: solid 1px #0b3968;
	color: #e4f4fd;
	font-family: Lucida Bright, Times New Roman, Arial;
	font-size: 24pt;
	text-align:right;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.spA  
{
	font-weight: bold;
	color: #ddedfe;	
	background-color: #6492c2;
	border: solid 1px #3268a0;
}

.divBody 
{
	margin: 10px 10px 10px 10px;
	border: solid 1px #5f5339;

	text-align: left;
	font-family: Lucida Bright, Arial;
	font-size: 12pt;
	padding: 10px 10px 10px 10px;
	background-color: #fffbec;
	
}

.imgMe 
{
	margin: 0px 0px 0px 0xp; 
	padding: 10px 0px 0px 10px; 
	text-align:left; 
	float:left;
	height: 60px;
}

.title 
{
	background-color:#e9e1c4;
	border-bottom: dashed 1px #8e8563;
}