a:link       { 
color: #000099; 
text-decoration: none; 
font-size: 12 px; 
font-weight: bold; 
line-height: 12 px;
}

a:visited    { 
color: #000099; 
text-decoration: none; 
font-weight: bold;
font-size: 12 px; 
line-height: 12 px;

}

.height
{
margin-bottom: -4 px;
margin-top: -1 px;

}


a:active 
{
	color: rgb(255,51,0);
}	
	
a:hover
{
	color: rgb(255,0,0); 
}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12 px;
	line-height: 16 px;
	background-color: #FFFFFF;
	color: #000000;background-image:url('images/bg_grey.gif')
}
table
{
	font-size: 12 px;
	line-height: 16 px;
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1           { color: #000066 }
h2           { color: #000099;
			   line-height: 24 px;
			    }
h3
{
	color: rgb(0,55,255); 
}
h4
{
	color: #000000;
}
h5           { color: #000080 }
h6
{
	color: rgb(255,255,255);
}

.redText {
	color: rgb(255,0,0); 
}

.calendarText {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10 px;
}

#txtbox {
   width: 580px;
   height: 580px;
   border: 3px solid black;
   background: white;
   padding: 12px 12px 12px 12px;


}