html, body { height: 100%; }
body{
	margin:0;
	background-color: #edf6ff;
	font-family: Arial;
	font-size : 12px;
	color:#000000;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

a:link {color: #0127ea; text-decoration: underline;}
a:visited {color: #0127ea; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}

.black:link {color: #000; text-decoration: none;}
.black:visited {color: #000; text-decoration: none;}
.black:hover {color: #000; text-decoration: underline;}

.bottom_menu:link {color: #000; text-decoration: none;}
.bottom_menu:visited {color: #000; text-decoration: none;}
.bottom_menu:hover {color: #0127ea; text-decoration: none;}

.white:link {color: #fff; text-decoration: none;}
.white:visited {color: #fff; text-decoration: none;}
.white:hover {color: #fff; text-decoration: none;}

TD { font-size: 12px;}
hr { height:2px;border-top:1px solid #777777;border-bottom:1px solid #f8f8f8 }

textarea { 
	font-family : arial; 
	font-size : 12px; 
}

select { 
	font-family : arial; 
	font-size : 12px; 
} 

hr { height:1px;border-bottom:#555555;}

.title
	{
		font:bold 12px arial;
	}
