﻿BODY {
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	text-align : left;
	text-decoration : none;
	background: White url('../images/wae_logo_bg.jpg');
	margin-left: 5%;
	margin-right:5%;
	line-height:200%
}
TABLE {
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	text-align : left;
	text-decoration : none;
	line-height:200%
}

P {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height:200%
}

A:LINK {
	color : Blue;
	text-decoration : underline;
}
A:LINK.Nav {
	color : #FF3333;
	/*font-size : 15px;*/
	text-decoration: none;
}

A:VISITED {
	color : Purple;
	text-decoration : underline;
}
A:VISITED.Nav {
	color : #3366FF;
	/*font-size : 15px;*/
	text-decoration : none;
}

A:HOVER {
	background-color : blue;
	color : White;
	text-decoration : underline;
}

A:HOVER.Pic {
	background-color : transparent;
}

A:HOVER.Nav {
	color: #9400D3;
	background-color : transparent;
	/*font-size : 17px;*/
	text-decoration : none;
}
H1 {
	color: #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight : bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

H2 {
	color: #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
	margin-left : 15px;
	margin-bottom : 5px;
	margin-top : 15px;
}

H3, H4, H5, H6 {
	color : #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:larger;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

.TableHead {
	background-color: #FFCCCC;
}
.TableData {
	background-color: #EEEEEE;
}
li {
	padding-bottom: 1em
}

UL.ListSquare {
	list-style: square;
	margin-bottom: 5px;
	margin-top: 5px;
}
UL.ListDisk {
	list-style: disc;
	margin-bottom: 5px;
	margin-top: 5px;
}
OL.ListDec {
	list-style: decimal;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Footline {
	text-align : center;
	font-size : 11px;
}



