BODY,TABLE,TR,TD,FORM {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	font-size : 15px;	
}
H1{
	font-family: verdana,helvetica, Arial,sans-serif;
	font-size : 26px;	
	font-weight: bold;
}
H2{
	font-family: verdana,helvetica, Arial,sans-serif;
	font-size : 20px;	
	font-weight: bold;
}
H3{
	font-family: verdana,helvetica, Arial,sans-serif;
	font-size : 18px;	
	font-weight: bold;
}
H4 {
	font-family: verdana,helvetica, Arial,sans-serif;
	font-size : 16px;	
	font-weight: bold;
}
A {
	text-decoration : none;
}
A:hover {
	color : Navy;
}
HR {
	color:#EAE9E9;
	height : 1px;
}

.text {
	font-size : 15px;	
}
.smalltext {
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.topmenu {	
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : White;
}
.topmenu:hover {	
	color : #ccffff;
}
.copyright {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	font-size: 14px;
}
.inputtext {
	border-style : double;	
	border-color : #565697;	
	background-color : #F8F8F8;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.inputbutton
 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	background-color : #F5F5F5;
	border-style : ridge;
	border-color :#565697;
}
.searchButton
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-weight: normal;
	background-color : #464664;
	border-style : ridge;
	border-color : white;
	color: white;
	width: 25px;
}

.hr_light_blue {
	color:#9094A8;
	height : 1px;
}

.td_line_light_blue {
	height : 1px;
	background-color : #9094A8;
	width : 100%;
}

.tbl_head {
	color : #FFFFFF;
	vertical-align : top;
}

.admin_header {
	margin:6px;
}

.red {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ff1100; 
	FONT-FAMILY: 'Verdana', 'Arial', 'Helvetica';
}
.grey_note {
	FONT-SIZE: 10px; 
	COLOR: #cccccc; 
	FONT-FAMILY: 'Verdana', 'Arial', 'Helvetica';
}
.orderHead {
	background-color:#464664;
	text-align:center;
	color:#ffffff;
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.orderBody {
	background-color:#dff8ff;
	text-align:center;
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*<ARTICLES>*/
.code {
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	background-color : #FFFFCC;
	margin-left : 20px;
}
/*</ARTICLES>*/

.hiddenSpace
{
	visibility:hidden; 
	z-index:100; 
	position:absolute; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	display:none;
}
.visibleSpace
{
	width:auto; 
	height:auto; 
	overflow:visible;
	visibility:visible;
	display:inline;
	z-index:100; 
}