BODY  {
	color: #000000;
	background : #FFFFFF;
	font-family : PrimaSans BT, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 10px;
	
}

/* Main Headline: PrimaSans BT, 18px; font-weight: bold; color: #666666
Sub Head: same as above but 14px
Body Copy: PrimaSans BT, 11px; font-weight: normal; color: #000000 */

FORM  {
	margin : 0px;
}


P  {

}

H1 {
	font-weight : bold;	
	font-size : 18px;
	color: #666666;
	font-variant : small-caps;
}

H2 {
	font-weight : bold;	
	font-size : 14px;
	color : #000000;
	font-variant : small-caps;
}

TABLE {
	empty-cells : show;
	font-size : small;
} 

TH {
	font-weight : bold;
	margin-left: 6px;
	padding-right: 2px;
}

TD {
		tvertical-align: text-top;
		font-size : 11px;
}


HR {
	height: 0px;
	border-bottom : 1px solid #003366;
	border-left : 1px solid #003366;
}

.footer {
	font-family : Trebuchet MS, Verdana, Geneva, Helvetica,Arial, sans-serif;
	text-align: right;
	font-size : x-small;
	text-transform: lowercase;
	height: 15px;
	padding-right : 11px;
}


A:link  {
	text-decoration : none;
	color : #0000CC;
}

A:visited  {
	text-decoration : none;
	color : grey;
}

A:active  {
	color : #C43F05;
}

A:hover  {
	color : #C43F05;
	text-decoration: none;
}

TEXTAREA, INPUT, SELECT {
	padding: 2px; 
	border: solid 1px #000000;
	font-family : PrimaSans BT, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.smalltext  {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin : 0;
	font-size : x-small;
	font-variant: normal;
	font-weight: normal;
}

.errormsg  {
	font-weight : bold;
	color : #CC0000;
	padding: 5px;
}


.title  {
	font-size : 14px;
	font-weight : bold;
	font-variant : small-caps;
}

.subhead  {
	font-size : 14px;
	font-weight : bold;
}

.greyed {
	color : GrayText;
}

.biggish  {
	font-size : large;
}

.bigbold  {
	font-size : large;
	font-weight : bold;
}

blockquote {
	padding: 5px;
	margin-bottom: .5em;
	margin-left: 2em;
}

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */    

    .ColumnFloatXSmall
    {
        float: right; 
        width: 75px;
    }

    .ColumnFloatSmall
    {
        float: right; 
        width: 100px;
    }

    .ColumnFloatMedium
    {
        float: right; 
        width: 150px;
    }

    .ColumnFloatLarge
    {
        float: right; 
        width: 200px;
    }

    .ColumnFloatXLarge
    {
        float: right; 
        width: 400px;
    }


.StdBlockHeader
{
    padding: 3px;
}

.RowBlock
{
    padding: 7px 0px 0px 10px;
}

.BorderBlock
{
    border: 1px solid grey;
   		
}

.SpecialNote {
	font-size : small;
	font-weight : bold;
	padding: 7px;
}



