/* CSS Document */
a:link {
	color: #081329;
	text-decoration: none;
}
a:visited {
	color: #081329;
	text-decoration: none;
}
a:hover {
	color: #ef5584;
	text-decoration: none;
}
a:active {
	color: #081329;
	text-decoration: none;
}
	
BODY{
	background-color 	: #c6cad2;
	font-family 		: Arial, Helvetica, sans-serif;
	font-weight 		: normal;
	padding				: 0px;
	margin				: 0px;
	height				: 100%;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #414e68;
}
.detailtext {
	color				: #ef5584; 
	font-weight			: bold; 
	font-size			: 9px; 
}

.title {
	color				: #081329; 
	font-weight			: bold; 
	font-size			: 12px; 
}

.tag {
	color				: #F0F0D9; 
	font-weight			: bold; 
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 20px; 
}



.item {
	position			: relative;
	height				: 65px;
	width				: 295px;
	margin-right		: 5px;
	margin-top			: 5px;
	margin-bottom		: 5px;
}
.banner {
	position			: absolute;
	width				: 419px;
	top					: 87px;
	left				: 0px;
	z-index				: 30;
	height				: 176px;
	vertical-align		: middle;
}

.bannertag {
	position			: absolute;
	width				: 324px;
	top					: 99px;
	left				: 428px;
	z-index				: 30;
	height				: 140px;
	vertical-align		: middle;
}


.topstripe {
	position			: absolute;
	width				: 759px;
	top					: 0px;
	left				: 0px;
	z-index				: 10;
	background-color 	: #e7e4d7;
	height				: 4px;
}

.logo {
	position			: absolute;
	height				: 43px;
	width				: 133px;
	top					: 21px;
	left				: 9px;
	z-index				: 10;
}

.login {
	position			: absolute;
	height				: 53px;
	width				: 98px;
	top					: 12px;
	left				: 662px;
	z-index				: 10;
}
	
.input {
	border				: 1px solid #d4d0c0;
	height				: 12px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #8c8c8c;
}
