@charset "UTF-8";
/* CSS Document */


/* This is the main body style. You don't need to apply it, just include the CSS file and it will be already formated */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

/* This is the footer. Change the values as you would any other style. */
div#footer{
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	line-height:15px;
	font-weight:bold;

}

/* Link Colors */

a:link {color:#BD2009;text-decoration:underline;}
a:visited {color:#BD2009;text-decoration:underline;}
a:hover {color:#BD2009;text-decoration:none;}
a:active {color:#BD2009;text-decoration:underline;}
bodybig {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
}

