BODY {
	color: Black;
	background-color: White;
}

A {
	color: Yellow;
}

A:HOVER {
	color: #FFA500;
}

x
{ 
background-image: 
url('..\images\side_strip.JPG');
background-repeat: repeat-x
}


a.one:link {color: #0000ff; text-decoration: none}
a.one:visited {color: #0000ff; text-decoration: none}
a.one:hover {color: #da1737;text-decoration: none}

a.red:link {color: #da1737; text-decoration: none}
a.red:visited {color: #da1737; text-decoration: none}
a.red:hover {color: #0099ff;text-decoration: none}

a.three:link {color: #ffffff; font-family : Verdana; font-size : 8pt;}
a.three:visited {color: #ffffff; font-family : Verdana;font-size : 8pt;}
a.three:hover {color: #0000ff ;font-family : Verdana;font-size : 8pt;}

y
{ 
background-image: 
url('../images/main_page_bg.jpg');
background-repeat: repeat-x
}


.redtitle
{
	font-family : Verdana;
	font-size : 14pt;
	color : #da1737;
	font-weight: normal;

}

.blacktext {
	font-family : Verdana;
	font-size : 10pt;
	color : black;
	font-weight: normal;
}

.smallblacktext {
	font-family : Verdana;
	font-size : 8pt;
	color : black;
	font-weight: normal;
}

.bluetext {
	font-family : Verdana;
	font-size : 10pt;
	color : #0000ff;
	font-weight: normal;
}

.whitetext {
	font-family : Verdana;
	font-size : 10pt;
	color : white;
	font-weight: normal;
}
.redtextsmall {
	font-family : Verdana;
	font-size : 8pt;
	color : #da1737;
	font-weight: normal;
}

.redtext {
	font-family : Verdana;
	font-size : 10pt;
	color : #da1737;
	font-weight: normal;
}

.blacktextsmall {
	font-family : Verdana;
	font-size : 9pt;
	color : black;
	font-weight: normal;
}

.blacktextbold{
	font-family : Verdana;
	font-size : 11pt;
	color : black;
	font-weight: bold;
}

.locator
{
font-size : 7pt;
color : white;
font-family : Tahoma;
font-weight: bold;
}
