/* Global Elements */
body {
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
	margin-top: 10;
	background-color: #fff;
}

.table-main {background-color:#fff;}
.table-main2 {background-color:#efefef;}

a:link {
	color: #003;
	text-decoration: none;
}

a:visited {  
	color: #003;
	text-decoration: none;
}

a:hover {
	color: #191970;
	text-decoration: underline;
}


/* Fonts and Text */
.bodytext, .alphanav {
	color: #000; 
	font-size: 13px; 
	font-family: arial, helvetica, sans-serif;
}


.small { 
	color: #000; 
	font-size: 10px; 
	font-family: verdana, arial, helvetica, sans-serif;
}

.small-light { 
	color: #999; 
	font-size: 10px; 
	font-family: verdana, arial, helvetica, sans-serif;
}

.date {
	color: #999; 
}

.header { 
	color: #000; 
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
.section-header { 
	color: #fff; 
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

.subtitle { 
	color: #000; 
	font-size: 13px; 
	font-family: arial, helvetica, sans-serif;
	background-color:#eee;
}
