﻿/* CSS Document */

th 
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}

td 
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}

body 
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}

body 
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style3 {font-size: xx-small}


a:link 
{
	color: #1D3254;
}

a:visited 
{
	color: #943B16;
}


.text
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size:16px;
	margin: 12px;
}

.text2
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size:12px;
	margin: 10px;
}

.title
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #943B16;
	font-weight:bold;
	font-size:16px;
}

.float
{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:3px;
}

.float_right
{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:3px;
}
