﻿/* main styles */

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #6e2263; line-height: 34px; margin: .67em 0 0 0; font-weight: bold;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #6e2263; line-height: 18px; margin: .50em 0; font-weight: bold;}
h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; font-size: 17px ; color: #6e2263; line-height: 18px; font-weight: bold;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {color: #6e2263; text-decoration: underline;}
a:visited {color: #6e2263; text-decoration: underline;}
a:hover {color: #bd1f8b; text-decoration: underline;}
a:active {color: #bd1f8b; text-decoration: underline;}
.right {float: right; margin: 5px 0 5px 10px;}
.left {float: left; margin: 5px 10px 5px 0;}

/* custom styles */

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6e2263;
	line-height: 22px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

/* addtional required styles */

img {
	border-color: #6e2263;
}

a {outline: none;}
a img {outline: none; border:0;}

hr {
	height: 2px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #6e2263;
}
#content ul {
	margin: 11px 0 11px 40px;
}
#content ol {
	margin: 11px 0 11px 40px;
}
#content blockquote {
	margin: 11px 0 11px 40px;
}
