/* 
 * ========================================
 * main css
 * ========================================
 */

body{ 
	background: #FFF;
	color: #222;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}


/* 
 * ========================================
 * global link styles
 * ========================================
 */

a:link,
a:visited,
a:active{
	background: transparent;
	color: #256c35;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #329549;
}

.alert{
	background: transparent;
	color: #be3f3f;
	font-weight: bold;
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1px;
}

.important{
	background: transparent;
	color: #256c35;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
}