* 	{
	padding: 0;
	margin: 0;
	}
/*	
a:link
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
*/
body
{
	font-family: Verdana, Arial, Helvetica;
/*Bookman Old Style, Times New Roman, Times; */
/*Century Gothic, Arial, Helvetica;*/
	font-size: 13px;
	background-color: #ffffff;
	color: #333333;
}
.normfont
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
	font-size: 13px;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(0, 0, 0);
	font-size: 18px
}
h2
{
	color: rgb(0, 0, 0); 
	font-size: 16px

}
h3
{
	color: rgb(33, 33, 33); 
	font-size: 14px

}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}

/***********************************/

.logo_title{ 
	font-size: 18px 
}
.some_title{ 
	font-size: 16px 
}

.thin_gy_border
{
border: 1px solid rgb(204,204,204);
}

.bot_line 
{
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #999999;
}

#gray_bg
{
  background: url(images/grad_v_wt1_2.jpg) repeat-x top;
}