/* COLORS: List of colors should go here, commented out */

/*
red 1:#aa2d3d
grey:	#b3b3b3
dark red:	#69010f
dark grey: #4f4d4d
*/

/* Font Choices */
*, body, html {font-family: Georgia, "Times New Roman", Times, serif;}


/* BODY COPY STYLES */
p {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 18px;
color: #fff;
margin-bottom: 10px;
}

h1 {
font-size: 16px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
color: #fff;
margin-bottom: 20px;
margin-top: 0px;
}

h2 {
font-size: 14px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
color: #eaba53;
margin-bottom: 10px;
margin-top: 16px;
}

h3 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
color: #fff;
margin-bottom: 10px;
margin-top: 16px;
}

h4 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
color: #fff;
margin-bottom: 10px;
margin-top: 16px;
}

h5 {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
color: #fff;
margin-bottom: 10px;
margin-top: 16px;
}

h6 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:bold;
line-height: 15px;
color: #fff;
margin-bottom: 2px;
margin-top: 16px;
}

/* BULLETED POINTS AND LIST STYLES */

ul {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 20px;
color: #fff;
margin-left: 10px;
margin-bottom: 10px;
}

ol {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 20px;
color: #fff;
margin-left: 10px;
margin-bottom: 10px;
list-style: disc outside none; /* In order (type, position, image)  */
}

li {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
color: #fff;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
list-style: disc inside none; /* In order (type, position, image)  */
}

/* OTHERS */
blockquote {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
color: #fff;
margin: 5px 20px 15px 20px;
}

.caption {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-style:normal;
font-weight:normal;
line-height: 15px;
color: #fff;
}

