a, a:active, a:visited, a:link {
	color: #583358;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #947994;
	font-weight : bold;
	text-decoration : underline;
}

body {
	font: 62%/1.5 Tahoma,Verdana,Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 15px 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #052E61;
}

h2  {
	font-size: 1.5em;
	color: #583358;
	border-bottom: 5px solid #f3f3f3;
}

h3 {
	font-size: 1.25em;
	color: #666;
	border-bottom: 1px solid #f3f3f3;
}

h4 {
	color: #583358;
	font-size: 1.2em;
}

hr {
	background-color: transparent;
	border-bottom: 1px solid #947994;
	color: #FFFFFF;
	height: 0px;
}

p {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 15px;
}
td, li {
	font-size: 1em;
}
input, select, textarea {
	background: #f3f3f3;
	border: 1px solid;
	font-size: 1em;
	font-weight: normal;

}

input.check {
	background-color : #FFFFFF;
	border-width : 0px;
	font-size : 1em;
}
