

/* this style sheet uses 10pt arial as the standard font size */
/* and is designed to display well on a pc */


/* Generic Definitions */

BODY
{
	background-color: #FFFFFF;
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 13pt; 
}

TD,P,LI,DIV
{
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 13pt; 
}

H3
{
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
 	color: #000000;
}

.smallcaps
{
	text-transform: capitalize;
	font-weight: bold;
	font-variant: small-caps;
	
}

.nsmallcaps
{
	text-transform: capitalize;
	font-weight: normal;
	font-variant: small-caps;
	
}

.skilltitles
{
	font-style: italic;
	text-decoration: underline;
	
}

h4
{
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 10pt;
    font-weight: bold;
	color: #000000;
}

h1,h2,h6
{
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 16pt;
    font-weight: bold;
	color: #000000;
}

li.spaced
{
	position: relative;
	left: 10px;
	vertical-align: top;
	height : 4em; 
	font-family: helvetica, verdana, arial, lucida, sans-serif;
	font-size: 10pt;
	color: #000000;
}


.bluebutton
{
	font-family: verdana, arial, helvetica, lucida, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	backgroundcolor: #183474;
	background-color: #183474;
}

.redbutton
{
	font-family: helvetica, lucida, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	backgroundcolor: #4B1707;
	background-color: #4B1707;
}

.sbutton
{
        font-size: 9pt;
        font-family: helvetica, lucida, sans-serif;
        font-weight: bold;
		background-color: #6E8113;
		background: #6E8113;
        color: #FFFFFF;
}

.bluecell
{
	background: #1E60A1;
}

.maincell
{
	background: #A7C226;
}

.colorcell
{
	background: #CAD46A;
}

.highlightcell
{
	background: #E6E2A0;
}



.icolorcell
{
	background: #A7C226;
}

.ihighlightcell
{
	background: #6365A7;
}




.rightcell
{
	background: #D2DD9F;
}


.imaincell
{
	background: #A7C226;
}

.icolorcell
{
	background: #4B4C74;
}

.ihighlightcell
{
	background: #6365A7;
}

.irightcell
{
	background: #D2DD9F;
}


.navpath
{
	font-size: 8pt;
	font-weight: bold;
	color: #D8D8D8;
}

.sheader
{
        font-size: 10pt;
        font-family: helvetica, lucida, sans-serif;
        font-weight: bold;
        color: #FF960A;
}


.smalltext
{
        font-size: 7pt;
        font-family: helvetica, lucida, sans-serif;
        color: #333333;
}


.smalltext2
{
        font-size: 7pt;
        font-family: helvetica, lucida, sans-serif;
        color: #4E4E4E;
}


/* link elements */
  
A:link  
	{
        text-decoration: underline;
        color : #0000FB;
 	}

A:visited
	{
        text-decoration: underline;
        color : #800080;
    }
   
A:active
	{
        text-decoration : none;
        color : #0000FB;
	}
   
A:hover
	{
        text-decoration : none;
        color : #0000FB;
        text-decoration : underline;
   }
   

