.text1
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00000;
text-decoration:none;
font-weight:plain;
outline:none;
}

.text2 {
	font: 32.5% "Trebuchet MS", sans-serif;
	margin: 50px;
}

.text3
{
font-family: Trebuchet MS, Arial;
font-size:17px;
color:#00000;
text-decoration:none;
font-weight:bold;
outline:none;
}

.text4
{
font-family: Trebuchet MS, Arial;
font-size:10px;
color:#00000;
text-decoration:none;
font-weight:plain;
outline:none;
}

.text5
{
font-family: Trebuchet MS, Arial;
font-size:14px;
color:#00000;
text-decoration:none;
font-weight:plain;
outline:none;
}

.tableTitle
{
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #00CCFF;
	color : Black;
}

.tableHeading
{
	font-size: 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #D9ECFF;
	color : Black;
}


.tableRowOdd
{
	background-color : #E9E9E9;
}

.tableRowEven
{
	background-color : #FFFFFF;
}

.tableRowHeader
{
	background-color : #CCD8DD;
}

#table_1 {
  background-color: #E5ECF9;
  border: 1px solid #3366CC;
  padding: 10 10 10px 10px;
  border-radius:10px;
}

#table_2 {
  background-color: #ffffff;
  border: 0px solid #3366CC;
  padding: 10 10 10px 10px;
  border-radius:10px;
}

#table_3 {
  background-color: #ffffff;
  border: 1px solid #008000;
  padding: 10 10 10px 10px;
  border-radius:10px;
}

#table_4 {
  -moz-border-radius: 10px;
  background-color: #E5ECF9;
  border: 0px solid #3366CC;
  padding: 10 10 10px 10px;
  border-radius:6px;
}

input.box 
{
/*border-style:double;*/
border-color:#98bf21;
padding:5px;
}

body, td, textarea, input, select {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: 2c2c2c;
	font-weight: normal;
	line-height: 14px;
}

a:link {
	text-decoration: none;
	color: 0000ff;
}
a:visited {
	text-decoration: none;
	color: 0000ff;
}
a:hover {
	text-decoration: none;
	color: ff0000;
    outline:none;
}

h2 {
    font-size: 200%;
}