body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        background : #000000 ;
        font-size: 8pt;
        color : Black;
        margin: 10px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Username on Detail page */ 
.Large {
	font-family:Arial,Helvetica,sans-serif;
        font-size: 16pt;
        font-weight:bold;
		color : #000066;
		margin : 0px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Username links on main listings */ 
.link {
	font-family:Arial;
        line-height : 130%;
        font-size: 14px;
		color : #770000;
}
.link a {
        color : #770000;
        text-decoration : none;
}
.link a:hover  {
        color : #FF0000;
        text-decoration : underline;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Detail page item name */ 
.DetailItem {
		font-family:Arial,Helvetica,sans-serif;
        font-size: 12px;
		color : #EE0000;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Detail page main box */ 
.DetailBox {
		font-family:verdana;
		font-size:8pt;
		color : #000000;
		background-color:#FFF8DC;
		background-repeat:
		repeat-x;		
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Detail page picture box */ 
.PictureBox {
		font-family:verdana;
		font-size:8pt;
		color : #000000;
		background-color:#FFEBDD;
		background-repeat:
		repeat-x;	
		text-decoration : none;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Responses header on Detail page */ 
.ResponsesHeader {
		font-family:verdana;
		font-size:8pt;
		color : #FFFFFF;
		background-color:#6D3991;
		background-repeat:
		repeat-x;		
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Responses on Detail page */ 
.Response {
		font-family:verdana;
		font-size:8pt;
		color : #000000;
		background-color:#FFFFFF;
		background-repeat:
		repeat-x;		
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Even numbered row on main listing pages */ 
.even_row { 
		background-color:#FFEBDD;
		padding:6; 
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Odd numbered row on main listing pages */ 
.odd_row { 
		background-color:#FFFAF7; 
		padding:6; 
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Tiny text */ 
.tiny {
		font-family:Arial,Helvetica,sans-serif;
        font-size: 10px;
		color : #666677;
		text-decoration : none;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Standard text - used for detail page personals, etc. */ 
.Standard {
		font-family:Arial,Helvetica,sans-serif;
        font-size: 12px;
		color : #000000;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* States Menu */ 
.sidemenu {
	font-family:Arial;
        line-height : 130%;
        font-size: 12px;
		color : #99C4FF;
}
.sidemenu a {
        color : #99C4FF;
        text-decoration : none;
}
.sidemenu a:hover  {
        color : #FFFFFF;
        text-decoration : underline;
}
.sidemenu a:visited {
        color : #99C4FF;
        text-decoration : none;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
/* Countries Menu */ 
.sidemenuSmall {
	font-family:Arial;
        line-height : 130%;
        font-size: 10px;
		color : #99C4FF;
}
.sidemenuSmall a {
        color : #99C4FF;
        text-decoration : none;
}
.sidemenuSmall a:hover  {
        color : #FFFFFF;
        text-decoration : underline;
}
.sidemenuSmall a:visited {
        color : #99C4FF;
        text-decoration : none;
}


H1 { color: #000066; font-size:18px; font-family: Arial, Helvetica, Sans-serif }

hr {
		color: #cccccc;
		background-color: #cccccc;
 		border: 1;
  		width: 100%;
}


.small {
		font-family:Arial,Helvetica,sans-serif;
        font-size: 10pt;
		color : #666677;
}



.big {
	font-family:Arial,Helvetica,sans-serif;
        font-size: 14pt;
		color : #FFE169;
}


.error { 
		font-size:150%; 
		font-weight:bold;
		color:red; 
}


.small_text {
		font-size:10; 
}


.checkbox { 
		clear:right; 
		float:right; 
		font-weight:bold; 
		padding:6; 
}


.heading4 { 
		font-weight:bold; 
		font-family:Arial,Helvetica,sans-serif;
}


.heading4c {
		font-weight:bold; 
		font-size:larger;
		font-family:Arial,Helvetica,sans-serif; 
		color:#CE6500; 
}