/*
***********************************************************
**********# Name          : Kamal Kumar Sahoo   #**********
**********# Company       : Aynsoft             #**********
**********# Date Created  : 11/02/04            #**********
**********# Date Modified : 11/02/04            #**********
**********# Copyright (c) www.aynsoft.com 2004  #**********
***********************************************************
*/
BODY 
{
	margin: 0px;
}
img 
{
	border: 0;
}
A:link 
{ 
 color: #050505; 
 underline; 
 text-decoration : none;
}
A.special 
{ 
 color: #336699; 
 underline; 
 text-decoration : none;
}
A:visited 
{
 overline; 
 text-decoration : none;
}
A:active 
{ 
 line-through: #666666; 
 text-decoration : none;
}
A:hover 
{ 
 color: #050505; 
 text-decoration : underline;
}
A.red 
{
	color: red;
	text-decoration: none;
}
A.black 
{
	color: #000000;
	text-decoration: none;
}
A.darkblue 
{
	color: #336699;
	text-decoration: none;
}
A.black:hover 
{ 
 color: #000000; 
 text-decoration : underline;
}
A.white 
{ 
 color: #ffffff; 
 text-decoration : underline;
}
A.white:hover 
{ 
 color: #ffffff; 
 text-decoration : underline;
}
TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
CHECKBOX, INPUT, RADIO, SELECT, SUBMIT, TEXTAREA, BUTTON 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr
{
 color: #e1e1e1;
 height: 1px;
}
.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #050505;
}
.very_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
.red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
.small_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.very_small_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: red;
}
.bold_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.bold_small_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}
.bold_very_small_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: red;
	font-weight: bold;
}

TD.sectionHeading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f07800;
	text-decoration:underline;
}
.background 
{
 background: white;
}
.inputRequirement 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #ff0000; 
}
label
{
	color:#050505;
	font-family: Arial, Helvetica, sans-serif;
}
.small_bold
{
	color:#050505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
div,pre
{
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}