/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2008 - All rights reserved.
 Description: Public CSS Styles
 Date: 6/12/2008
=============================================
*/


/* =================================== TAG DEFINITIONS =================================== */
	a {
		font-family: Andale Mono, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #cc6600;
	}
		a:hover {text-decoration: underline;}
	
	body {
		background: url('../images/blue_background.jpg') repeat-x;
		background-color: #3eadd8;
		margin: 0 auto;
		padding: 0;
		
		text-align: center;
	}
	

	body, div, p, td, li {
		font-family: Andale Mono, Arial, Helvetica, sans-serif;
		font-size: 12.5px;
		font-weight: normal;
		color: #534741;
		text-decoration: none;
	}
	
	div, form, h1, h2, h3, h4, h5, h6, p {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Andale Mono, Arial, Helvetica, sans-serif;
		color: #663300;
	}
		h1 {font-size: 21px;}
		h2 {font-size: 16px;}
		h3 {font-size: 14px;}
		h4, h5, h6 {font-size: 12px;}
		.hsub { font-size: 13px; color: #a79579; }
	
	hr.b { border-top: 1px #e1d9c8 solid; }
	hr.bd { border-top: 1px #e1d9c8 dashed; }
	
	img { border: 0; }
	
	p { margin-bottom: 15px; line-height: 20px; }
	
	ul.clean {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	li.inline {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
/* =================================== OBJECT DEFINITIONS =================================== */
	
	.fl { float:left; }
	.fr { float:right; }
	.fc { clear:both; }

	.ba { border: 1px #e1d9c8 solid; }
	.bt { border-top: 1px #e1d9c8 solid; }
	.br { border-right: 1px #e1d9c8 solid; }
	.bb { border-bottom: 1px #e1d9c8 solid; }
	.bl { border-left: 1px #e1d9c8 solid; }
	
	.bad { border: 1px #e1d9c8 dashed; }
	.bad { border: 1px #e1d9c8 dashed; }
	.btd { border-top: 1px #e1d9c8 dashed; }
	.brd { border-right: 1px #e1d9c8 dashed; }
	.bbd { border-bottom: 1px #e1d9c8 dashed; }
	.bld { border-left: 1px #e1d9c8 dashed; }

	.ma { margin: 10px; }
	.mt { margin-top: 10px; }
	.mr { margin-right: 10px; }
	.mb { margin-bottom: 10px; }
	.ml { margin-left: 10px; }
	.mn { margin: 0; }
	
	.pa { padding: 10px; }
	.pt { padding-top: 10px; }
	.pr { padding-right: 10px; }
	.pb { padding-bottom: 10px; }
	.pl { padding-left: 10px; }
	.pn { padding: 0; }

/* =================================== STYLE DEFINITIONS =================================== */
	
	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	.uline { text-decoration: underline; }
	
	.form {
		font-size: 12px;
		color: #534741;
	}
	
	.formMed {
		font-size: 11px;
		color: #534741;
	}
	
	.formLabel {
		font-size: 12px;
		color: #663300;
	}
	
	.formLabelMed {
		font-size: 11px;
		color: #663300;
	}
	
	.formButton {
		padding-left: 0;
		padding-right: 0;
		
		font-size: 12px;
		color: #534741;
	}
	
	.link {
		font-size: 12px;
		font-weight: bold;
	}
	
	.linkCamo {
		color: #534741;
	}
	
	.linkFooter {
		font-size: 11px;
		font-weight: normal;
		color:#003366;
	}
	
	.linkMed {
		font-size: 11px;
		font-weight: bold;
	}
	
	.linkMouseTrail {
		font-size: 11px;
		font-weight: bold;
		color: #cc6600;
	}
	
	.linkMouseTrailDWN {
		font-size: 11px;
		font-weight: bold;
		color: #88776e;
	}
	
	.linkSmall {
		font-size: 10px;
	}
	
	.textError {
		font-size: 13px;
		font-weight: Bold;
		color: #CC0000;
	}
	
	.textFooter {
		font-size: 11px;
		color: #686360;
	}
	
	.textFooterBeak {
		font-size: 11px;
		color: #686360;
	}
	
	.textMed {
		font-size: 11px;
	}
	
	.textMouseTrail {
		font-size: 11px;
		font-weight: bold;
		color: #534741;
	}
	
	.textSmall {
		font-size: 10px;
	}
	
	.title {
		font-size: 17px;
		font-weight: bold;
		color: #663300;
	}
		
	.titleMed {
		font-size: 14px;
		font-weight: bold;
		color: #663300;
	}
	
	.titleSmall {
		font-size: 13px;
		font-weight: bold;
		color: #663300;
	}
