h1 {
	background: transparent;
	font-family:Helvetica;
	font-size:12px;
	color: #655C95; 
	border-style: solid; 
	border-bottom:1px #C6C3DA dotted; 
	border-top:0px #000000 dotted; 
	border-left:0px #000000 dotted; 
	border-right:0px #000000 dotted; 
        border-width:50%;
	text-align: center; 
	font-weight: bold;
	margin: 10px;
}

h2 {
	background: transparent;
	font-family:Helvetica;
	font-size:11px;
	color: #655C95; 
	border-style: solid; 
	border-bottom:0px #655C95 solid; 
	border-top:0px #000000 dotted; 
	border-left:0px #000000 dotted; 
	border-right:0px #000000 dotted;
	text-align: center; 
	font-weight: normal;
	margin: 15px;
}

hr {
	background: transparent;
	color: #C6C3DA;
	border-style: solid;
        hr size: 0.5px;


}

b, strong {
	font-family: Helvetica; 
	font-size: 11px; 
	color: #736BA4; 
	background-color: none; 
	border-style: dashed; 
	border:0px #635898 dashed; 
	text-align:absolute; 
	font-weight: bold;
}

i, em {
	font-family: Helvetica; 
	font-size: 11px; 
	color: #736BA4;
	background-color: none; 
	border-style: dotted; 
	border:0px #635898 dotted; 
	text-align:absolute; 
	font-weight: normal;
	font-style:italic;
}

u {
	font-family: Helvetica; 
	font-size: 11px; 
	color: #736BA4; 
	background-color: none; 
	border-style: dotted; 
	border:0px #635898 dotted; 
	border-bottom:1px #736BA4 dotted; 
	text-align:absolute; 
	font-weight: normal;
	text-decoration:none;
}

p {
    margin: 10px;
}

a:link {
	color: #736BA4;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
}

a:active {
	color: #736BA4;
	text-decoration: none; 
    font-weight: bold;
	cursor: crosshair;
}

a:visited {
	color: #847CAF;
	text-decoration: none; 
	font-weight: bold;
	cursor: crosshair;
}

a:hover {
	color: #847CAF;
	text-decoration: none; 
    font-weight: normal;
    position:relative;
}

body {
	font-family : Helvetica;
	color : #736BA4;
	letter-spacing : 0;
	font-weight : normal;
	font-size : 11px;
	background-position: 0px 0px;
	background-repeat:repeat-y;
	background-attachment : scroll;
}


