﻿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%;
	border:2px solid #C0C0C0;
	border-collapse:collapse;
}
TH, TD {
	border-color: #C0C0C0;
	border: 2;
}

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: 1.33em;                                           
	font-weight : bold;                                          
	margin-top: 1em;                                            
	margin-bottom: 0.3em;                                         
}                                                             
                                                              
H2 {                                                          
	color: #000080;                                              
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 1.25em;                                           
	font-weight: bold;                                                                                    
	margin-top: 1em;                                            
	margin-bottom: 0.3em;                                            
}                                                             
                                                              
H3, H4, H5, H6 {                                              
	color : #000080;                                             
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.1em;                                            
	font-weight: bold;                                           
	margin-top: 1em;                                            
	margin-bottom: 0.3em;                                             
}                            }

.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;
}
