﻿body
{
	
	/*background-image:url(images/POBackground.bmp);  background: #efefed url(images/body_bg.gif) repeat left top; 
    background-repeat: repeat; 
    margin: 0px;
    padding: 0px;*/
    background-color:#4682b4;
}

.form
{
	background-color:#4682b4;
/*	background-color:White;
	
	min-height:750px;
	width: 1000px;	
	margin: 0px auto;	
	border-left: 50px;	*/

}

.wholetable
{ 
	margin-left: 10px;
	margin-right: 20px;
	
}

.normaltext
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.dollartext
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.menutext
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;	
}
.hyperlinkStyle
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;	
	color:White;
}
.errortext
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color:Red;
}
.successtext
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color:Gray;
}
.titletext
{
	font-family:Tahoma;
	font-size: large;
	font-weight: bold;
	color: Black;
}