@charset "UTF-8";
/*
Light Tan #ece8db
Light Gold #f1d984
Dark Gold #b19f6d
Light Purple #a0a2bc
Dark Purple #333953
Gray #848484
*/

body{
	background-color:#ece8db;
	margin:0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-serif;
	height:100%;
	}

.header{
	font-family:Times New Roman, Times, Serif;
	font-size:14pt;
	color:#333953;
	}

.header_tan{
	font-family:Times New Roman, Times, Serif;
	font-size:18pt;
	color:#b19f6d;
	}
	
hr {
	color: #f1d984;
	background-color: #f1d984;
	height: 1px;
	}
	
.bodytext, .error{
	font-size:9pt;
	color:#646464;
	}
	
.error{
	color:#aa0000;
}
	
.bodytext_md{
	font-size:11pt;
	color:#646464;
	}
	
.bodytext_md a:link { 
	color: #333953; 
    font-size: 9pt;
    text-decoration: underline;
    } 

.bodytext_md a:active { 
	color: #333953; 
    font-size: 9pt;
    text-decoration: underline;
    } 

.bodytext_md a:visited { 
	color: #b19f6d; 
    font-size: 9pt;
    text-decoration: underline; 
    } 

.bodytext_md a:hover { 
	color: #b19f6d; 
	font-size: 9pt;
	text-decoration: underline;
	}

.bodytext a:link { 
	color: #333953; 
    font-size: 9pt;
    text-decoration: underline;
    } 

.bodytext a:active { 
	color: #333953; 
    font-size: 9pt;
    text-decoration: underline;
    } 

.bodytext a:visited { 
	color: #b19f6d; 
    font-size: 9pt;
    text-decoration: underline; 
    } 

.bodytext a:hover { 
	color: #b19f6d; 
	font-size: 9pt;
	text-decoration: underline;
	}
	
.bodytext_wht{
	font-size:8pt;
	color:#ffffff;
	line-height:18px;
	}

.bodytext_wht a:link { 
	color: #ece8db; 
    font-size: 8pt;
    text-decoration: underline;
    } 

.bodytext_wht a:active { 
	color: #ece8db; 
    font-size: 8pt;
    text-decoration: underline;
    } 

.bodytext_wht a:visited { 
	color: #ece8db; 
    font-size: 8pt;
    text-decoration: underline; 
    } 

.bodytext_wht a:hover { 
	color: #a0a2bc; 
	font-size: 8pt;
	text-decoration: underline;
	}
