body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}


p {
	font-size: 10 pt;
	color: #433558;
	line-height: 150%;
}


h3 {
	color: #5b6275;
	font-size: 11 pt;
	letter-spacing: 4px;
}


#header {
	text-align:center;
	padding-bottom: 40px;
}


#content {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	width: 350px;
}

#column2 {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 350px;
}

.secondary {
		margin-top: 40px;
}

.emphasis {
	font-weight: bold;
}

.fade {
	color:#71788b;
}

#container {
   width: 750;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none; font-weight: bold;}
a:link {color: #419074; }
a:visited {color: #885a78;}
a:hover {color: #596174;}

.dotted_line{
	border-top: 2px dotted #62697B;
}

.dashed_line{
	border-top: dashed 2px #62697B;
	width:250px;
}	