body   {
	/* BodyBackgroundColor , BodyBackgroundImage */
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	/* BodyTextFace */
	font-size : 10px ;
	/* BodyTextSize (include units) */
	/* line-height : 130% ;*/
	/* BodyTextLeading (as %) */
	margin-top : 2px ;
	/* BodyVerticalMargin (include units) */
	margin-bottom : 0px ;
	/* BodyVerticalMargin (include units) */
	margin-left : 2px ;
	/* BodyHorizontalMargin (include units) */
	margin-right : 0px ;
	background-color : White;
	color: #000000
}					/* BodyHorizontalMargin (include units) */

input{ 
    	    font-family : Verdana, Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 10px ;					/* FormTextSize (include units) */
			margin-top : 1px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 1px ;					/* FormVerticalMargin (include units) */
			background : #ffffff ;					/* FormBGColor */
			color : #333333;
			font-weight : normal; }					/* FormTextColor */

select          { 
    	    font-family : Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 10px ;					/* FormTextSize (include units) */
			margin-top : 1px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 1px ;					/* FormVerticalMargin (include units) */
			background : #FFFFFF ;					/* FormBGColor */
			color : #000000 ; }					/* FormTextColor */
			
th,tfoot	{    	
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 11px ;					/* as BodyTextSize (include units) */
			color : #666666 ; }					/* PrimaryTextColor */

/* td.content	{	line-height : 130% ; } */				/* as BodyTextLeading (as %) */

b, strong	{	font-weight : bold ; }					/* -- */

cite		{	font-style : normal ; }					/* -- */

i, em		{	font-style : italic ; }					/* -- */

u		{	text-decoration : underline ; }				/* -- */


.largetext	{
	font-size : 11px;
}					/* LargeTextSize (include units) */

.largetextbold	{
	font-size : 11px;
	font-weight : bold;
}					/* LargeTextSize (include units) */

a:link		{
	text-decoration : none;
	/* -- */
	color : #000000 ;
}					/* ContentLinkUnvisitedColor */

a:visited	{
	text-decoration : none;
	/* -- */
	color : #666666 ;
}					/* ContentLinkVisitedColor */


a:hover		{
	text-decoration : none ;
	/* -- */
	color : #999966;
}					/* ContentLinkHoverColor */

a.sidebar:link	{
	text-decoration : none ;
	/* -- */
	color : White;
}					/* SidebarLinkUnvisitedColor */

a.sidebar:visited {
	text-decoration : none ;
	/* -- */
	color : White;
}					/* SidebarLinkVisitedColor */

a.sidebar:hover	{
	text-decoration : none;
	/* -- */
	color : #EEE8AA;
}					/* SidebarLinkHoverColor */

.lightgrey	{
	color : #999999;
	font-size : 10px ;
}					


a.footer:link {
	text-decoration : none ;
	color : #999933;
}					

a.footer:visited {
	text-decoration : none ;
	color : #999933;
}			

a.footer:hover {
	text-decoration : none ;
	color : #000000;
}			
		
.required{ 
    	    font-family : Verdana, Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 10px ;					/* FormTextSize (include units) */
			margin-top : 1px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 1px ;					/* FormVerticalMargin (include units) */
			background :#CCCC99 ;					/* FormBGColor */
			color : Black; }					/* FormTextColor */
			
.notrequired{ 
    	    font-family : Verdana, Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 10px ;					/* FormTextSize (include units) */
			margin-top : 1px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 1px ;					/* FormVerticalMargin (include units) */
			background :white ;					/* FormBGColor */
			color : Black; }					/* FormTextColor */
			
textarea  { 
    	    font-family : Verdana, Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 10px;					/* FormTextSize (include units) */
			margin-top : 1px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 1px ;					/* FormVerticalMargin (include units) */
			background : #ffffff ;					/* FormBGColor */
			color : #000000 ;  } 
			
.white {  color: #000000; 
                background-color: #FFFFFF}

.tablehead {  background-color: #CCCC99; 
                        border-color: #999900 #999966 #999966 #999900; 
						color: #000000; 
						border-style: solid; 
						border-top-width: 1px; 
						border-right-width: 1px; 
						border-bottom-width: 1px; 
						border-left-width: 1px}
						
.red {
	color: #CC0000;
	font-size : 10px;
}

.gold {
	color : #999900;
}

.grey {
	color : #666666;
	font-size : 10px;
}

.darkgrey {
	color : #666666;
	font-size : 10px;
	
}

.topgrey{
	color : #CCCCCC;
	font-size : 10px;
}

.lightgold {
	color : #cccc99;
	font-size : 10px;
}
td { font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 10px ;					/* as BodyTextSize (include units) */
			color : #000000; 
			/*line-height : 120% ; */        /* BodyTextLeading (as %) */ 
	}
			
hr		{
	color : #CCCCCC;
	/* HRColor */
	height : 1px ;
}					/* -- */ 

