﻿a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 12px;
	/*background-image: url(graphics/bg-vsr.jpg);*/
}
td {
	font-family: Verdana;
	font-size: 12px;
	/*background-image: url(graphics/bg-vsr.jpg);*/
}
.inputTextBox
{
    font-size: 12px;
    border: solid 1px #333333;
    color: #333333;   
}
.errorMsg 
{
    color: Red;
    font-weight: bold;
}

