﻿body, ul, p
{
    margin:0px;
    padding:0px;
}
body 
{
    font-size: 10px;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
}
.text 
{
    font-size: 10px;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
}
.bigtext 
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height:18px;
}
.firstbig 
{
    font-size: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height:22px;
}
.purple
{
    color: #9f0061;
}    
.smallgray
{
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color:#6d6d6d;
}
.grayinv
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    color:black;
    font-weight:bold;
    background-color:#e5e5e5;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
}
.form
{
    font-size: 10px;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
}
.checkbox
{
}
a
{
    color: #9f0061;
    text-decoration: none;
}
a:hover
{
    color:#656565;
    text-decoration:underline;
}
.top
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #9f0061;
    text-decoration: none;
    padding-right:8px;
    padding-left:8px;
    padding-bottom:4px;
    line-height:24px;
}
.topmenu
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #9f0061;
    text-decoration: none;
    line-height:24px;
    padding-right:8px;
    padding-left:8px;
    padding-bottom:4px;
}
.topmenu_selected
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: black;
    text-decoration: none;
    line-height:24px;
    padding-right:8px;
    padding-left:8px;
    padding-bottom:4px;
	border-bottom:1px solid black;
}
.submenu
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: black;
    text-decoration: none;
    line-height:16px;
    padding-right:28px;
    padding-left:8px;
    padding-bottom:4px;
}
.submenu_selected
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #9f0061;
    text-decoration: none;
    line-height:16px;
    padding-right:28px;
    padding-left:8px;
    padding-bottom:4px;
}
.submenu_border
{
	background-color:White;
	/*border-top:1px solid #BBBBBB;*/
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}
.biglink
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #9f0061;
    text-decoration: none;
}
.bighead
{
    font-size: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: black;
    line-height:20px;
}
.bigheadpurple
{
    font-size: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #9f0061;
    line-height:20px;
}
.head2
{
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: black;
    line-height:20px;
    font-weight:bold;
}
.blackline
{
    height:1px;
    border:0;
    color:Black;
    background-color:Black;
}