﻿table{
	border-bottom-color : White;
	border-left-color : White;
	border-right-color : White;
	border-top-color : White;
	border-bottom-width : thin;
	border-bottom-style : none;
	border-left-width : thin;
	border-left-style : none;
	border-right-style : none;
	border-right-width : thin;
	border-top-style : none;
	border-top-width : thin;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-STYLE: normal; 
	FONT-WEIGHT: normal; 
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

form 
{
	display: inline; 
}

.errorMessage {
	FONT-WEIGHT: normal; 
	font-size : 12px;
	font-style: italic;
	COLOR: red; 
}

.errorMessageBold {
	FONT-WEIGHT: bold;
	font-size : 12px;
	font-style: italic;
	COLOR: red; 
}

.errorMessageColor {
	FONT-WEIGHT: bold;
	font-size : 12px;
	font-style: italic;
	COLOR: white;  
	background-color: blue;
	text-decoration: none;
}

.failMessage {
	FONT-WEIGHT: normal; 
	font-size : 12px;
	font-style: italic;
	COLOR: red; 
}

.warningMessage {
	FONT-WEIGHT: normal; 
	font-size : 12px;
	font-style: italic;
	COLOR: #0000cc; 
}

.okMessage {
	FONT-WEIGHT: normal; 
	font-size : 12px;
	font-style: italic;
	COLOR: green; 
}

