body 
{
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url("images/bg_top.jpg");
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	white-space: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #e9e9e9;
}

.style1 
{
color: #666666;
font-weight: normal;
font-size: 9px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style2
{
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style4
{
color: #000000;
font-weight: bold;
font-size: 11px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style5 
{
color: #000000;
font-weight: bold;
font-size: 14px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style_headingH2 
{
color: #000000;
font-weight: bold;
font-size: 16px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style_H2 
{
color: #000000;
font-weight: normal;
font-size: 10px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style_Q 
{
color: #4282b7;
font-weight: bold;
font-size: 16px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.style_A 
{
color: #7c7c7c;
font-weight: bold;
font-size: 16px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}



a 
{
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #2580c9;
text-decoration : none; 
}

a:visited 
{
color: #2580c9;
}
a:hover 
{
color: #000000;
}
a:active
{
color: #000000;
}

label
{
width: 4em;
float: left;
text-align: right;
margin: 10 1em 10px 10;
clear: both
}

.input-box
{
float: left;
margin-bottom: 10px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 11px;
color: #000000;
background: #E2E2E2;
border: #9C9C9C solid 1px
}

.submit-button
{
margin-left: 0em;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 11px
}

fieldset
{
border: #999999 solid 1px;
width: 400px
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 11px;
color: #000000;
margin-left: 1em;
margin-right: 1em;
margin-top: 3px;
margin-bottom: 1em;
padding: 0px 0px
}

legend
{
padding: 0px 0px
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
color: #5190c4;
font-weight: bold;
font-size: 16px;
margin-left: 1em;
margin-right: 1em;
} 

.check-box
{
float: left;
margin-bottom: 10px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 11px;
color: #000000;
background: #E2E2E2;
border: #9C9C9C solid 1px
}

table.box 
{
border-width: 1px;
border-spacing: 0px;
padding: 0px;
border-style: solid;
border-color: #838383;
border-collapse: separate;
}

table.box th {
border-width: thin;
padding: 0px;
border-style: none;
border-color: #FFFFFF;
-moz-border-radius: ;
}

table.box td 
{
border-width: 0px;
padding: 0px;
border-style: solid;
border-color: #FFFFFF;
-moz-border-radius: ;
}

<table class="box">
<tr>
<th>Header</th>
<td>Content</td>
</tr>
</table>
}

table.blue 
{
border-width: 0px;
border-spacing: 0px;
padding: 0px;
border-style: solid;
border-color: none;
background-image: url("images/blue.jpg");
border-collapse: separate;
}

table.blue th {
border-width: thin;
padding: 0px;
border-style: none;
border-color: #FFFFFF;
-moz-border-radius: ;
}

table.blue td 
{
border-width: 0px;
padding: 0px;
border-style: solid;
border-color: #FFFFFF;
-moz-border-radius: ;
}

<table class="blue">
<tr>
<th>Header</th>
<td>Content</td>
</tr>
</table>


#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
background: url(images/bg_menu.jpg) center center repeat-x;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
border-top: 0px solid #bfbfbf;
}

#chromemenu ul li{
display: inline;
border-left: 1px dotted #1c79c7;
}

#chromemenu ul li a{
font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #122456;
padding: 11px;
margin: 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #5d71a8;
background: url(images/bg_menu_over.jpg) center center repeat-x;
}
