* {
	font-family: Arial;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	color: #3c3c3c;
	background: #ffffff url('../../../_resources/media/img/default/bg.png') top left repeat-x;	
}

h2 {
	font-size: 16px;
	color: #263475;
	line-height: 18px;
	margin: 0 0 15px 0;
}

hr {
	height: 1px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 2px solid #b6bfd1;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #3a5aad;
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {		
	text-decoration: none;
}
