a:link
{

	color: #176AB0;
	text-decoration:none;
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:hover
{
	color: #FF0000;
}
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #176ab0;
	color: #000000;
}

h1
{
	font-family: Verdana;
	font-size : 28;
	color: #176AB0;


}
h2
{
	font-family: Verdana;
	font-size : 24;
	color: #176AB0;
}
h3
{
	font-family: Verdana;
	font-size : 22;
	color: #176AB0;
}
h4
{
	font-family: Verdana;
	font-size : 20;
	color: #176AB0;
}
h5
{
	font-family: Verdana;
	font-size : 18;
	color: #176AB0;
}
h6
{
	font-family: Verdana;
	color: #176AB0;
}

.docketRowEven {
	color: #000000;
	background-color: #DDEdFB;
	font-family: verdana;
	font-size: 10px;
}


.docketRowOdd {
	color: #000000;
	background-color: #f2f2f2;
	font-family: verdana;
	font-size: 10px;

}

td.cell1 {
	color: #000000;
	background-color: #DDEdFB;
	font-family: verdana;
	font-size: 10px;
}
		
td.cell2 {
	color: #000000;
	background-color: #f2f2f2;
	font-family: verdana;
	font-size: 10px;
}
