/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin: 10px;
}

p {
	font-size: 14px;
	line-height: 22px;
}
	
td {
	font-size: 14px;
	line-height: 22px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #0000aa; text-decoration: none;}
a:visited { color: #0000aa; text-decoration: none;}
a:hover { color: #aa0000;	text-decoration: underline;}

h1 {
	font-family: Verdana, Arial, Univers, sans-serif;
	color: #000088;
	font-weight: bold;
	font-size: 130%;
}

h2 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000088;
}

h3 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 100%;
	color: #000088;
	font-weight: bold;
}

.MainHeading {color: white; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}
.SubHeading {color: white; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}

a.menu {line-height: 22px;}
a.menu:link { color: #ffffff;	text-decoration: none; font-weight: bold;}
a.menu:visited { color: #ffffff; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #ff0000; text-decoration: none; font-weight: bold;}
