/* CSS Document */

BODY
{
	background:url(images/pagebk.jpg);
	background-repeat: repeat-x;
	background-color: #B1B1B1;
}

A
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	color:#000066;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
}

.footerLinks
{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

.footerLinks:hover
{
	text-decoration: underline;
}

.emphasize
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000066;
	font-weight: bold;
}

.bodyBK
{
	background:url(images/bodybackground.jpg);
	background-repeat: repeat-x;
	border-top: 10px solid #343344;
	border-bottom: 4px solid #828999;
	background-color:#f6f6f6;
}

.flag
{
	background:url(images/flag.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.contentBK
{
	background:url(images/contentbk.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #f0f0f0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#333333;
	border: 1px solid #dadada;
	padding: 8px;
}

.smallText
{
	font-family: Verdana;
	font-size: 8pt;
	color:#333333;
}

.normalText
{
	font-family: Verdana;
	font-size: 9pt;
	color:#333333;
}

.sectionHeader
{
	font-family: Trebuchet MS;
	font-size: 16pt;
	font-weight:bold;
	color: #000066;
}

.sectionHeaderSmall
{
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight:bold;
	color: #57522D;
}

.horline
{
	background: url(images/horline.gif);
	background-repeat: repeat-x;
	background-position:center;
}

/* google ads (to be removed later) */

.googleBox
{
	background-color: #EDEDED;
	border: #DADADA 1px solid;
	padding: 8px 0;
	text-align: center;
}

.googleLink
{
	font-family: arial;
	font-size: 9pt;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

.googleText
{
	font-family: arial;
	font-size: 9pt;
}

.googleURL
{
	font-family: arial;
	font-size: 9pt;
	color: #009900;
	text-decoration: none;
}
