/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px 0px 0px 0px;
background-color: #CCCCCC;
color:#000000;
}

a:link		{color: #330099; text-decoration: none; font-weight: bold;}
a:visited	{color: #330099; text-decoration: none; font-weight: bold;}
a:hover		{color: #990000; text-decoration: underline; font-weight: bold;}
a:active	{color: #330099; text-decoration: none; font-weight: bold;}

/* MENU DEFINITIONS */
#button a:link,
#button a:visited 
{
display: block;
font-size: 13px;
text-decoration: none;
color: #f8f8ff;
background: #330099;
padding: 1px;
width: 149px;
height: 20px;
border: 1px solid #000000;
}

#button a:hover	{background: #990000;}
#button a:active{background: #990000;}

/* TABLE AND CELL CLASSES */

.wrapper {
width: 760px;
background-color: #FFFFFF;
border: 1px solid #D0D0D0;
text-align: center;
}

.header {
width: 100%;
background-color: #FFFFFF;
height: 116px;
vertical-align: middle;
border: 1px solid;
}

