/* Body */
body {
	margin-bottom : 0px; 
	margin-left : 0px; 
	margin-right : 0px; 
	margin-top : 0px; 
	padding-bottom : 0px; 
	padding-left : 0px; 
	padding-right : 0px; 
	padding-top : 0px;
	font-family: verdana;
	}
	
/* Links */
a:link {text-decoration: none; }
a:active {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: none; }

td {color:#330000; font-size: 10px; font-family: verdana}

.ttitle {
	background-color: #0066FF;
	color: #FFFFFF;
	}

.leftborder {
border-left-color: Silver;
border-left-style: solid;
border-left-width: thin;
}	
	
.border1 {
border-top-color: FFB400;
border-top-style: solid;
border-top-width: thin;
border-left-color: FFB400;
border-left-style: solid;
border-left-width: thin;
}

.borderhead {
font-weight: bold;
border-top-color: FFB400;
border-top-style: solid;
border-top-width: thin;
border-left-color: FFB400;
border-left-style: solid;
border-left-width: thin;
}

.button  {
color: #000000;
background-color: silver;

BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
PADDING-LEFT: 2px;
}

.small_button  {
font-size : 10px;
color: #000000;
background-color: silver;
width: 50px;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
PADDING-LEFT: 2px;
}

.cssBorder
	 {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.error
	 {
	 color:#FF0000;
}

.warning_blink
	 {
	 color:#FF0000;
	 text-decoration:blink;
}

