@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/* Updated by Tiffany Castellanos May 2015.  */


/* Default Text Style */
body
{
    font-family: 'Segoe UI', Verdana, Arial;
    font-size: 11pt; 
    line-height: 1.5;
	margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
    font-style: normal;
}

/* Heading Styles */
h1
{
    font-size: 18pt;
	font-weight: bold;
	color: #515554;
}

h2
{
    font-size: 14pt;
	font-weight: bold;
	color: #515554;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
	color: #515554;
}

/* h4 & h5 are used for the top.html only; h6 is used for copyright */
h4
{
	font-family: 'Raleway', sans-serif;
	font-size: 20pt;
    font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #677270;
} 

h5
{
	font-family: 'Raleway', sans-serif;
	font-size: 14pt;
    font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #677270;
} 

h6
{
	font-family: 'Raleway', sans-serif;
	font-size: 10pt;
    font-weight: 500;
	margin-top: 320px;
	margin-bottom: 0px;
	color: #677270;
} 

/* Link Styles */
a:visited, a:link
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

a:visited, a.PopupLink:visited
{
    color: #ce7036;
}

a:link, a.PopupLink, a.PopupLink:link
{
    color: #e57d3c;
}

/* Table Styles */
table
{
    border: 0;
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

table caption
{
    font-style: normal;
    font-weight: bold;
	text-align: left;
}

table th, table td
{
    border-bottom: 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 10pt;
}

table th
{
    font-style: normal;
    font-weight: bold;
	background-color: #eeeeee;
	border-color: #ffffff;
}

table td
{
    line-height: 140%;
    vertical-align: top;
	margin: 1px;
	background-color: #F7F7F7;
	border-color: #ffffff;
}



