﻿BODY {
	padding-left: 5%;
	padding-right: 5%;
	padding-top:2em;
	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');
	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;
}

H2 {
	color: #000080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
	margin-bottom: 0.1em;
}

H3, H4, H5, H6 {
	color: #0066FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-top:1em;
}

.TableHead {
	background-color: #FFCCCC;
}
.TableData {
	background-color: #EEEEEE;
}
li {
	padding-bottom: 0.25em
}

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;
}



