/*----------------------------------------
Name: global.css
Developed by: Michael Lee Giles
Date Created:
Last Updated: 8/6/2009
Copyright: Michael Lee Giles
----------------------------------------*/

/* ================ Contains all text styling and imports =============== */

/* === CSS Imports === */
/* You can change the URLs here to be absolute if needed */
@import url("960.css");
@import url("reset.css");
@import url("layout.css");
@import url("text-style.css");
@import url("form.css");
@import url("application.css");
/*=== Global Body Settings ===*/
body {
	padding:0;
	margin:0 auto 0 auto;
	background:url(img/body-bgd.gif) repeat-x top left  #fff;
	}
body, p
	{
	font-family: "Trebuchet MS";
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	line-height:1.25em;
	color:#000;
	}
/*=== Global Link Settings ===*/

a { 
	outline:none; 
	}

a:link {
	color: #245E8C;
	text-decoration: none;
    font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #0D283C;
}
a:hover {
	text-decoration: underline;
	color: #245E8C;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
