body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 16px;}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #715EA2;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #A284B3;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #a284b3;
	font-variant: small-caps;

}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #765AA5;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
}
.flashbg {
	background-image: url(assets/images/flash.jpg);
	background-repeat: no-repeat;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9f87bf;
	border: #9f87bf 1px solid;
	background-color: #ffffff;
}
 input.submit
{
	border: 1px solid #9f87bf;
	border-top-color: #9f87bf;
	border-left-color: #9f87bf;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #9f87bf;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #9f87bf;
	border-top-color: #9f87bf;
	border-left-color: #9f87bf;
	padding: 0.25em;
	background-color: #9f87bf;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav {
	background-image:url(assets/images/navigation.jpg);
	background-repeat:no-repeat;
}

.nav a {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:12px;
}

.nav a:hover {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}