/*Fundamental Style Sheet*/ 


/*
PAGE AND TABLE
*/

body {
background-color: #F5FBFE;
background-attachment: fixed; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 1em; 
margin-top: 0px; 
margin-left: 0px; 
margin-right: 0px; 
padding: 0px; 
color: #000000; 
} 

p { 
margin: 20px 15px 0px 15px; 
}


/*
LINKS
*/

a img {
border: none; 
}

a { 
color: #07192D; 
text-decoration: none; 
font-weight: 500; 
font-size: 1em; 
}

a:visited { 
color: #37485A; 
text-decoration: none; 
font-weight: 500; 
font-size: 1em; 
}

a:hover { 
color: #002D60; 
text-decoration: underline; 
font-weight: 500; 
font-size: 1em; 
}

a:active { 
color: #001833; 
text-decoration: none; 
font-weight: 500; 
font-size: 1em; 
}



/*
OTHER
*/

span.em { 
text-decoration: none; 
font-style: italic; 
font-family: Georgia, "Times New Roman", serif; 
}

span.pagetitle { 
color: #032142; 
text-decoration: none; 
font-weight: 700; 
font-size: 1.6em; 
}

span.grouptitle { 
color: #032142; 
text-decoration: none; 
font-weight: 700; 
font-size: 1.3em; 
}

span.small { 
font-size: 0.8em; 
}

.light { 
color: #494D51; 
}