body {
	height:					100%; 
	max-height:				100%; 
	background-repeat: 		repeat-x;
	background-position:	top; 
	padding:				0;
	margin:					0;
}

a{
	text-decoration:		none;
	color:					#0000cc;
}

a:hover{
	text-decoration:		none;
	color:					#ad1400;
}

a:visited{
	text-decoration:		none;
	color:					#6600cc;
}

strong{
	font-weight:			bold;
}

#loading {
   	background-color:		#FF8D15;
   	color:					#FFFFFF;
   	top:					0px;
   	right:					0px;
   	position:				absolute;
 	z-index:				100;
	visibility: 			visible;
	height:					20px;
	width:					80px;
	text-align:				right;
	font-family:			arial;
	font-size:				90%;
}

table, td, tr {
	border:					0px;
	margin:					0px;
	padding:				0px;
}


.msg_green{
    font-size:				90%;
	color:			 		green;
	text-decoration:		none; 
    font-weight:			bold;
}

.msg_red{
    font-size:				90%;
	color:			 		red;
	text-decoration:		none; 
    font-weight:			bold;
}

hr{
	border:					1px solid #93b2cc;
	display:				block;
	width:					100%;
	height:					1px;
}

.main_link{
	font-size:			100%;		
	font-family:		georgia;
	font-weight:		600;
	color:				#08529b;
}

.main_link:hover{
	font-size:			100%;		
	font-family:		georgia;
	font-weight:		600;
	color:				#FF4D01;
}