/* CSS Document */

body
{
margin:0;
font-family:verdana;
background-image:url('images/bg.gif');
background-repeat:repeat-y;
background-position:left;
font-size:0.9em;
}

h1,h2,h3,h4,h5
{
font-family:Georgia, "Times New Roman", Times, serif;
}

h1
{font-size:16px;}
h2
{font-size:14px;}
h3,h4,h5
{font-size:12px;}


table
{font-size:0.9em;}

a:link {
	
	text-decoration:underline;
}

a:visited {

	text-decoration:underline;
}

a:hover {

	text-decoration:underline;
}

.clsFloatLeft
{
float:left;
}

.clsFloatRight
{
float:right;
}

.clsImageBorder
{
border:solid #A0B2B5 1px;
}

.clsImagetext
{font-style:italic;}

.clsClearAll
{
clear:both;
}

#idLargeImage
{
text-align:center;
}

.clsSmallerText
{font-size:0.8em;}