/* COLORS: List of colors should go here, commented out */

/*
color 1:#ffffff
color 2:#ffffff
color 3:#ffffff
color 4:#ffffff
etc..
*/

/* BODY COPY STYLES */
body {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
color: #000;
}

p {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 16px;
margin-bottom: 10px;
}

.label {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */

}

.superscript {
	font-size:8px; top: -3px; position:relative
	}

h1 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 16px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
}

h2 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 15px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
}

h3 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 13px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
color: #fff;
}

div.boxContent h3 {
margin-top: 0;
}

h4 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
}

h5 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
}

h6 {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
margin-bottom: 10px;
margin-top: 16px;
}

/* BULLETED POINTS AND LIST STYLES */

ul {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 20px;
margin-left: 10px;
margin-bottom: 10px;
}

ol {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 20px;
margin-left: 10px;
margin-bottom: 10px;
list-style: disc outside none; /* In order (type, position, image)  */
}

li {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
/* list-style: disc inside none; /* In order (type, position, image)  */
}

/* OTHERS */
blockquote {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
}

.caption {
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 10px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
}

.regStyle {
font-size:11px;
}

.error
{
	font-size:10px;
	color:#ee2e24;
}
option, select
{
	font-family:arial;
	font-size:11px;
}

