/* Global Link styles for the site */
a:link {color:#000000; }      /* unvisited link */
a:visited {color:#000000; }  /* visited link */
a:hover {color:rgba(126,119,126,0.73); cursor: pointer;}  /* mouse over link */
a:active {color:#000000; }  /* selected link */

/*
@font-face {
    font-family: Brandon_Grotesque;
    src: url("Brandon_light.otf") format("opentype");
}
@font-face {
    font-family: Brandon_Grotesque;
    font-weight: bold;
    src: url("Brandon_bld.otf") format("opentype");
}
*/



body
{
font-family: arial, sans-serif;
margin-left:7%;
margin-right:7%;
}
/* View a Letter stylings for the actual letter */


.username {
padding-top: 10px;
padding-left: .25%;
padding-bottom: 5px;
font-weight: bold;
}
.header {
padding: .25%;
font-weight: bold;
}

.menu {
padding-left: .25%;
font-weight: bold;
}

.message_viewer
{

	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
    border: 2px dotted #9bb1fc;
    padding-top: 5px;
    padding-bottom: 5px;

}
.message_viewer .title
{
font-size: 16px;
font-weight: bold;

}
.message_viewer .message_header
{
	width: 16.5%;
	padding-left: 10px;
	font-weight: bold;
	background-color: #364fad;
	color: white;
}
.message_viewer .message_body2
{
background-color: #39a0df;
color: white;

}
.message_viewer .message_body1
{
background-color: #dae8f8;
}

.logo
{
	float: right;
}
.h1
{
font-weight: bold;
font-size: large;

padding-left: .25%;
	margin-top: 20px;
	margin-bottom: 20px;

}

.text
{
	padding-left: .25%;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.marketareas
{
	padding-left: .25%;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

   