/*Fundamental Style Sheet*/ 


/*
PAGE AND TABLE
*/

body {
background-color: #FFFFFF; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 0.9em; 
margin-top: 0%; 
margin-left: 0%; 
margin-right: 0%; 
color: #000000; 
} 

td.header { 
color: #FFFFFF; 
background-color: #FFFFFF; 
background-image: url(images/top-bar.jpg); 
background-repeat: no-repeat; 
background-position: top left; 
}

td.content { 
color: #000000; 
background-color: #FFFFFF; 
background-image: url(images/bodycorner.jpg); 
text-align: left; 
vertical-align: top; 
background-repeat: no-repeat; 
background-position: top right; 
}


/*
LINKS
*/

a { 
color: #183879; 
text-decoration: none; 
font-weight: 600; 
font-size: 1em; 
}

a:visited { 
color: #334468; 
text-decoration: none; 
font-weight: 600; 
font-size: 1em; 
}

a:hover { 
color: #102858; 
text-decoration: underline; 
font-weight: 600; 
font-size: 1em; 
}

a:active { 
color: #2A56AC; 
text-decoration: none; 
font-weight: 600; 
font-size: 1em; 
}


/*
SMALL LINKS
*/

a.small { 
color: #183879; 
text-decoration: none; 
font-weight: 600; 
font-size: 0.8em; 
}

a.small:visited { 
color: #334468; 
text-decoration: none; 
font-weight: 600; 
font-size: 0.8em; 
}

a.small:hover { 
color: #102858; 
text-decoration: underline; 
font-weight: 600; 
font-size: 0.8em; 
}

a.small:active { 
color: #2A56AC; 
text-decoration: none; 
font-weight: 600; 
font-size: 0.8em; 
}




/*
OTHER
*/

h1 { 
color: #000000; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 1.4em; 
font-weight: 800; 
text-decoration: none; 
margin-left: 1.5em; 
margin-right: 5em; 
}

h2 { 
color: #000000; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 1em; 
font-weight: 800; 
text-decoration: none; 
margin-left: 1.5em; 
margin-right: 5em; 
}

p { 
color: #000000; 
font-family: Verdana, Helvetica, Arial, sans-serif; 
text-indent: 1em; 
margin-left: 1.5em; 
margin-right: 5em; 
}

ul { 
font-family: Verdana, Helvetica, Arial, sans-serif; 
margin-left: 1.5em; 
margin-right: 5em; 
}

img.inline { 
margin-left: 1.5em; 
margin-right: 5em; 
}

img.inlineleft { 
margin-left: 0em; 
margin-right: 1.5em; 
}


span.headline { 
color: #EFEFEF; 
text-decoration: none; 
font-size: 1.3em; 
}

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

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

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

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

.light { 
color: #737373; 
}
