/* CSS Document */
body
{
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

a
{
color: #D92D5C;
text-decoration: underline;
font-size: 1.3em;
font-weight: 300;
}

a:hover
{
color: #473C8B;
text-decoration: none;
font-size: 1.3em;
font-weight: 300;
}

a:active
{
color: #0066FF;
text-decoration: none;
font-size: 1.3em;
font-weight: 300;
}

a.stat
{
text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
color: #0066FF;
text-align: center;
}

/*Dropmenu Styles*/

.dropmenu
{
position: absolute;
left: -1500px;
visibility: visible;
z-index: 101;
float: left;
width: 133px;

border-width: 0px;
border-style: solid;
border-color: #333333;	
background-color: #333333;
}

.dropmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropmenu li
{
display: inline;
}

.dropmenu a, .dropmenu a:visited, .dropmenu a:active
{
display: block;
width: 125px;

padding: 3px;
margin: 1px;
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-align: center;
text-decoration: none;

color: #333333;
background-color: #CCCCCC;
}

.dropmenu a:hover
{
padding: 3px;
margin: 1px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;

color: #000099;
background-color: #6AB5FF;
}

/*End Dropmenu Styles*/

.side li a:link
{
color: #D92D5C;
text-decoration: underline;
font-size: 0.9em;
}

.side li a:visited
{
color: #D92D5C;
text-decoration: underline;
font-size: 0.9em;
}

.side li a:hover
{
color: #B4EFEE;
text-decoration: none;
font-size: 0.9em;
}

/* End no Jscript menu styles */

.r
{
color: #E85E92;
text-align: center;
}

li
{
margin-top: 18px;
}

li u
{
color: #008b5d;
font-size: 20px;
}

em
{
color: #AB1850;
}

i
{
color: #2917CE;
}

table.full
{
background-color: #473C8B;
position: absolute;
left: 0px;
top: 0px;
}

.vertical
{
background-image: url(images/vertline.bmp);
background-repeat: repeat-y;
}

.horizontal
{
background-image: url(images/horzline.bmp);
background-repeat: repeat-x;
}

img.corner
{
position: absolute;
top: 170px;
left: 149px;
}

.content
{
background-color: #FFFFFF;
padding-left: 1cm;
}

.redborder
{
border: 2px solid #E12F72;
text-align: center;
padding: 5px;
}

td.redborder
{
background-color: #A298F3;
}
