body{
	background-color:white;
}
.divTop{
	margin:0px; 
	padding:0px;
	display:block;
	height:35px;
	/*background-image:url('/img/top-menu/bg.gif');*/
	width:828px;
	margin-top:21px;
}
.ulTop{
	list-style:none;
	margin:0px; 
	padding:0px;
	/*border:1px solid white;*/
	line-height:35px;
	height:35px;
	width:828px;
}
.liTop{
	margin:0px; 
	padding:0px;
	float:left;
	background: url('/img/top-menu/right.gif') top right no-repeat;
	height:35px;
	line-height:35px;
	margin-right:2px;
	width:160px;
}
.liTopSelected{
	margin:0px; 
	padding:0px;
	float:left;
	background: url('/img/top-menu/right-selected.gif') top right no-repeat;
	height:35px;
	line-height:35px;
	margin-right:2px;
	width:190px;
}


.aTop{
	maring:0px; padding:0px;
	font-weight:bold;
	padding-left:50px;
	padding-right:50px;
	background: url('/img/top-menu/left.gif') top left  no-repeat;
	line-height:35px;
	height:35px;
	display:block;
	color:white;
	text-decoration:none;
}
.aTop:hover{
	color:white;
	text-decoration:underline;

}


.aTopSelected{
	maring:0px; padding:0px;
	font-weight:bold;
	padding-left:50px;
	padding-right:50px;
	background: url('/img/top-menu/left-selected.gif') top left  no-repeat;
	line-height:35px;
	height:35px;
	display:block;
	color:white;
	text-decoration:none;
}
.aTopSelected:hover{
	color:white;
	text-decoration:underline;
}


input, textarea{
	margin:0;padding:0;
	font-family: Arial;
	font-size:12px;
	color:#444444;
}
img{
	border:0;
}
a{
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}

a.blueLink{
	font-weight:bold;
	color:#007BA3;
	font-size:14px;
	text-decoration:none;
}
a.blueLink:hover{
	text-decoration:underline;
}

.aboutLink{
	color:#96969B;
	font-size: 11px;
	font-weight:bold;

}
.aboutLink:hover{
	color:#96969B;
	font-size: 11px;
}
.topBg{
	width:100%;
	height:96px;
	background-image:url('/img/top-bg.jpg');
}

.guide-lines{
	padding:0px;
	margin:0;
	font-size: 10px;
	color:#BCBCB9;
}

.guide-lines-div{
	background:url('/img/plus.gif') 0px 3px no-repeat;
	width:100px;
	padding-left:10px;
	margin-top:10px;
}

.plus-link{
	background:url('/img/plus-bg.gif') 0px 3px no-repeat;
	font-size:11px;
		font-weight:normal;
	color:#96969B;
	margin-right:10px;
	padding-left:15px;
	color:#585858;
}
