/* CSS Document */
/*================================ css default  ================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;	
	background-image:url(../images/header_02.gif);
	background-repeat:repeat-x;
}

a {
	color: #125ea2;
	background-color: inherit;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #054e90;
	background-color: inherit;
	text-decoration:underline;
}
/* clearfix Container */

/* easy clearing */
.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix
	{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix
	{
	display: block;
	}
/* end easy clearing */

img {
	border: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}

input {
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
}


select {
 font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
}

table {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;	font-size: 11px;		
	color: #333333;	
	line-height: 1.4;
}
#container {
	margin: 0 auto;
	width: 778px;
	padding: 0;
}