

/* Presentation Stylesheet */ 

body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 13px; 
color: #333333; 
background-color:#5c758e;
} 

p {
margin:0;
padding:5px;
}

li { 
line-height: 150%; 
} 

h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #000000; 
} 

h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid #ff7d00; 
clear:left;
} 

h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 
color: #000000; 
clear:left;
margin-bottom: 2px;
} 

h4 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold;
font-style:italic; 
color: #000000; 
} 
 
a:link {
COLOR: #0B486B;
}
a:visited {
COLOR: #0B486B;
}
a:hover {
COLOR: #A5025A;
}
a:active {
COLOR: #A5025A;
}
.errorMsg 
{
COLOR: Red;
}
