body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
	margin: 0px;
}
.header{
	height: 118px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
.logo{
	height: 118px;
	width: 900px;
	margin-left: auto ;
    margin-right: auto ;
}
.content{
	height: 118px;
	width: 700px;
	margin-left: auto ;
    margin-right: auto ;
}
.container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.button {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 229px;
	color: #FFF;
	background-color: #FFF;
	border: 1px solid #FFF;
}
h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2f2f2f;
}
/*-----links-----*/
a:link, active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
	text-align: left;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #548523;
	text-align: left;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8CD04A;
	text-align: left;
	text-decoration: underline;
}

