a:link
{
	color: rgb(53,0,255); 
}
a:visited
{
	color: rgb(70,3,153); 
} 
a:active 
{
	color: rgb(209,3,39);
}
body
{
	font-family: Arial, Verdana, Book Antiqua, Times New Roman, Times, Comic Sans MS;
	// color: rgb(0,16,120);
	background-color: rgb(211,223,224);
	font-size: 12pt;
}
	// background-image: url("../../images/GrayFeltDiffuseGlowBlur.gif");

table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}

strong
{	font-family: Verdana;
   font-style: bold;
	color: rgb(204,0,0);
}

dfn
{	font-style: bold;
	color: rgb(204,0,0);
}

em
{	font-family: Arial;
   font-style: normal;
	color: rgb(204,0,0);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT, Verdana, Book Antiqua, Times New Roman, Times, Comic Sans MS;
}
h1
{
	color: rgb(204,153,0);
}
h2
{
	color: rgb(0,43,160); 
}
h3
{
	color: rgb(0,43,160); 
}
h3.top
{
	color: rgb(51,102,51); 
}
h4
{
	font-family: Book Antiqua, Times New Roman, Times;
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
} 
