body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

h1.mast{
	font-size: 7pt;
	text-align: center;
	line-height: 7px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 12pt;
}

#wrapper{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.blog{
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
	color: rgb(0,0,255);
	font-weight: bold;
}

.nav{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 16px;
	background-color: rgb(255,255,255);
	color: rgb(189,2,0);
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav a{
	text-decoration: none;
	color: rgb(189,2,0);
	background-color: rgb(255,255,255);
}

.nav a:hover{
	border-bottom: 1px solid rgb(189,2,0);
	line-height: 15px;
}

.border{
	border: 2px solid rgb(189,2,0);
}

.main{
	padding-left: 10px;
	padding-right: 10px;
}

.blue{
	color: rgb(0,0,255);
	font-style: italic;
	font-weight: bold;
}

.copy{
	font-size: .9em;
	text-align: center;
}