BODY, TD
{
	font-family:  Tahoma, serif;
	font-size: 9pt;
	color: #000000;
}

.Heading1 {
	color:#000000;
	font-size:small;
	font-weight:bold;
}
.Heading2
{
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	
}
P 
{
    font-family:  Tahoma, serif;
	font-size: 9pt;
	color: #000000;
    margin: 0px 0px 0px 0px; 
}
LI
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

TextArea
{
    width:600px;
}
TD.menuHolder
{
    background-image:url('/images/nav_line.gif');
}
TD.mainmenu
{
    background-image:url('/images/nav_top.gif');
    background-repeat:no-repeat;
    vertical-align:top;
}
TD.mainmenu A
{
    text-decoration:none;
    padding-left:10px;
    color:White;
    font-size:small;
}

DIV.bodyContent A
{
    color:Blue;
    text-decoration:none;
}

TABLE.bottomlinks A
{
    color:#666666;
    text-decoration:none;
}
TABLE.ManagementGrid TD
{
    padding:3px;
}
TABLE.ManagementGrid TH
{
    background-color:Silver;
    padding:3px;
}
body 
{
	padding:0px;
	margin:0px;
}

a.management 
{
    color:#555;
    font-weight:bold;
    font-size:x-small;
    text-decoration:none;
    width:100px;
    background-color:Silver;
    border:solid 1px #555;
    padding: 2px 4px 2px 4px;
    display:block;
    text-align:center;
}
a.management:hover
{
    color:white;
    font-weight:bold;
    width:100px;
    background-color:Silver;
    border:solid 1px #555;
}
div.instructions 
{
    border: dashed 1px #555;
    background-color: #FFFF99;
    padding:8px;
}
input.smallButton
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
}
div.articleItem 
{
    padding:4px;
    border: solid 1px silver;
    background-color:WhiteSmoke;
}
span.label
{
    color: #555;
    font-weight:bold;
}
span.labelNote 
{
    color: #cc0000;
    font-style:italic;
    font-size:x-small;
}
input.linkBox 
{
    width:255px;
    border:solid 1px silver;
}
.pageTitle
{
    position:absolute;
    font-family:ArialNarrow;
    font-size:large;
    top:215px;
    left:220px;
    font-weight:lighter;
}
.registration TD
{
    padding:4px;
}
.registration INPUT
{
    font-family:Tahoma;
    font-size:small;
}
.registration TD.label 
{
    text-align:right;    
}
span.formTitle
{
    font-weight:bold;
    display:block;
}
.regSummary table
{
    width:60%;
    border-collapse:collapse;
    text-align:left;
}
.regSummary TD
{
    border: solid 1px silver;
    padding:4px;
}
.regSummary TH
{
    background-color:#333399;
    color:White;
    font-weight:bold;
    border: solid 1px silver;
    padding:6px;
}
.regSummary .label
{
    text-align:right;
    color:#555;
}
HR
{
    Color:#555555;
}