/* General Styles */
	
body	{
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font: 11px verdana, geneva, arial, helvetica, helve, sans-serif;
	background-color:#221E1F;
	background-image:url(../images/global/background.jpg); 
	background-repeat:no-repeat; 
	}
	
strong, b {
	font-weight: bold;
	}

p, li, ol, ul, blockquote, input, select, textarea, td{
	font-size: 11px;
	font-family: verdana, geneva, arial, helvetica, helve, sans-serif;
	color: #fff;
	}
	
h1 {
	font-size: 14px; line-height: 22px;
	font-weight: bold;
	color:#1BBCC0;
	}
	
h2 {
	font-size: 13px; line-height: 26px;
	font-weight: bold;
	color:#1BBCC0;
	}

h3, h4, h5, h6 {
	font-size: 12px; line-height: 22px;
	font-weight: bold;
	color:#1BBCC0;
	}
	
.textsm {
	font-size: 10px;
}

.footerText {
	font-size: 11px;
	color: #666;
}

.error {
	color: #CC0000;
	font-weight:bold;
}
	
img {
	border: 0;
	display: block;
	}

/* Link Styles */
a:link {color: #fff; text-decoration: underline;}
a:visited {color: #fff; text-decoration: underline;}
a:active {color: #fff; text-decoration: underline;}
a:hover {color: #fff; text-decoration: underline;}

a.header:link {color: #fff; text-decoration: none;}
a.header:visited {color: #fff; text-decoration: none;}
a.header:active {color: #fff; text-decoration: underline;}
a.header:hover {color: #fff; text-decoration: underline;}


/* Design Styles */
