BODY, TD, .MainText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #E6E6E6
}

A:ACTIVE, A:LINK, A:VISITED, A {
	color : #B1A175;
	text-decoration : none;
	font-weight : bold
}
A:HOVER {
	color : #D4CCB8;
	text-decoration : none;
	font-weight : bold
}
A.MenuLink:ACTIVE, A.MenuLink:LINK, A.MenuLink:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #B1A175;
	text-decoration : none;
	font-weight : bold
}
A.MenuLink:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #D4CCB8;
	text-decoration : none;
	font-weight : bold
}
A.OrangeMenuLink:ACTIVE, A.OrangeMenuLink:LINK, A.OrangeMenuLink:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #B98C1D;
	text-decoration : none;
	font-weight : bold
}
A.OrangeMenuLink:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #D6A630;
	text-decoration : none;
	font-weight : bold
}

.MainTitle {
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : bold;
	text-transform : uppercase
}

.SubTitle0 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.SubTitle1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

.SubTitle2, B {
	font-weight : bold;
}

LI {
	list-style-image : url(images/bullet.gif);
}

I, EM {
	font-style : italic;
}

.black{
	color : #000000;
}

.grey{
	color : #BEBEBE;
}
.Orange {
	color : #D6A630;
}