/* CSS Document */
body {font-size:12px; 
font-family:Arial;
     
}
td{font:Arial, Helvetica, sans-serif}
p {
	font-size:14px;
	font-style:normal;
}
h4 {font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:italic;
}
a:link {
	text-decoration: none;
	color:#0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #127CC6;
}
.text {
	color:#000000;
	font-family:Arial;
	font-size: 12px;
}
.text:link {
	text-decoration: none;
	color:#000000;
	font-family:Arial;
	font-size: 12px;
}
.text:visited {
	text-decoration: none;
	color: #000000;
	font-family:Arial;
	font-size: 12px;
}
.text:hover {
	text-decoration: none;
	color: #127CC6;
	font-family:Arial;
	font-size: 12px;
}
.text:active {
	text-decoration: none;
	color: #127CC6;
	font-family:Arial;
	font-size: 12px;
}
.text2 {
	color:#000000;
	font-family:Arial;
	font-size: 11px;
}
.text2:link {
	text-decoration: none;
	color:#000000;
	font-family:Arial;
	font-size: 11px;
}
.text2:visited {
	text-decoration: none;
	color: #000000;
	font-family:Arial;
	font-size: 11px;
}
.text2:hover {
	text-decoration: none;
	color: #127CC6;
	font-family:Arial;
	font-size: 11px;
}
.text2:active {
	text-decoration: none;
	color: #127CC6;
	font-family:Arial;
	font-size: 11px;
}
.container {width:100%;
            height:100%;
	font-family:Arial;
	font-size: 12px;
	font-family:Arial;
	font-family:Arial;
}
.header {width:768px;
         height:148px;
		 margin:0 auto;
		 background:#EEE;
}



.bodypage {width:768px;
           height:100%;
		   margin:0 auto;
		   background:#FFF;
}
/*----------------------------bottom-----------------------------*/ 
.bottom {width:768px;
         height:60px;
		 float:inherit;
		 background:#127cc6;
}
