.ArialPlain {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

.ArialBold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.ArialWhite {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color:white;
}

.Arialitalic {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
}

.ArialSmall {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
}

.Arialtitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-style : normal;
	font-weight : bold;
}

.ArialNav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : white;
	text-decoration: none;
	background-color : transparent;
}

a.ArialNav:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : Yellow;
	background-color : transparent;
}

.ArialNav_top{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : white;
	text-decoration: none;
	background-color : transparent;
}

a.ArialNav_top:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : Yellow;
	background-color : transparent;
}

.ArialNav_s{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : blue;
	text-decoration: none;
	background-color : transparent;
}

.ArialNav_dark{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : blue;
	text-decoration: none;
	background-color : transparent;
}

a.ArialNav_dark:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : red;
	background-color : transparent;
}

a.ArialNav_s:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : red;
	background-color : transparent;
}

.legal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
body{
	list-style-color : #333399;
}

.bg-norepeat{
	background-repeat : no-repeat;
	background-position: top, left;	
}