a:link { 
	color: #539ABA;
	text-decoration: none;
} 

a:visited {  
	color: #539ABA;
	text-decoration: none;
}

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

a:active { 
	color: #3D7B98; 
	text-decoration: underline;
}

hr {
	color: #DADADA;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0; 
	padding: 0;
}

td, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Heading Tags */

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
}

h2 {
	color: #271175;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}

h3 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}

/* List Elements */

li {
	color: #000000;
}

ol {
	color: #000000;
	list-style-type: none;
}

ul {
	color: #000000;
	list-style-type: none;
}

/* Form Elements */

input {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

select {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

textarea {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}
	
.smallsubmit {
	background-color: #7A6DAA;
	border: 1px solid #483F6B;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
}

.submit {
	background-color: #7A6DAA;
	border: 1px solid #483F6B;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

/* End Form Elements */

.contentarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
	padding-top: 3px;
}

.contentarea li {
	color: #000000;
	margin-bottom: 10px;
	list-style-image: url(images/bullet.gif);
}

.contentarea ol {
	color: #000000;
	list-style-type: lower-alpha;
}

.contentarea ul {
	color: #000000;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/leftflash.gif);
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

.note {
	color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.pictureframe {
	border: 1px solid #CCCCCC;
}

.pictureframel {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.pictureframer {
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}

.smalltext {
	color: #999171;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-top: 10px;
}

/* Admin Elements */

.tableborder {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.tablehead {
	background-color: #AEA6CB;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}

.tablerow {
	font-weight: normal;
	color: Black;
	border-bottom: 1px solid #CCCCCC;
}

.leftcolumn {
	background-color: #D3CEE2;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	}
	
.rightcolumn {
	background-color: #F9F8FB;
	padding-left: 5px;
	}
	
	
/* Other stuff */

.noDoubleClick {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: default;
}


