/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6b1869;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url('images/bg_main.gif');
	background-repeat:repeat-x;
}

a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover, a:active {
	color: #e6cae5;
	text-decoration:none;
	outline: none;
}

h1 {
	font-size: 22px;
	font-style: italic;
	line-height: 26px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background-image: url('images/target.jpg');	
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
}

.link {
	color: #6b1869;	
	text-decoration: underline;
}

.link2 {
	color: #6b1869;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.text_purple {
	color: #9b2c98;
	font-weight: bold;
}

.text_gray {
	color: #636466;
	font-weight: bold;
}

.text_purple2 {
	color: #b179b3;
	font-weight: bold;
}

.text_orange {
	color: #e08066;
	font-weight: bold;
}

.text_brands {
	font-size: 12px;
	color: #231f20;
	font-style: italic;
	padding: 0px 0px 0px 15px;
}

.text_brands2 {
	font-size: 14px;
	color: #231f20;
	font-style: italic;
	font-weight: bold;
}

/* ----------------------------------------------------- */
/* STRUCTURE                                             */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#header {
	width: 960px;
	height: 100px;
}

#interface {
	width: 960px;
	height: 35px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 6px 0px 0px 0px;
}

#content {
	width: 960px;
	min-height: 450px;
	margin: 0px 0px 10px 0px;
}
#content-left {width: 470px; float:left;}
#content-right {width: 470px; float:right;}

#content_home {
	width: 960px;
	min-height: 450px; 
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#content_450 {
	width: 960px;
	height: 450px;
	margin: 0px 0px 10px 0px;
}

#chart {
	width: 500px;
	float: left;
}

#chart_right {
	width: 400px;
	float: left;
	text-align: center;
}

#footer {
	clear:both;
	height: 110px;
	background-image: url('images/bg_footer.gif');
	background-repeat:repeat-x;	
}

#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#form-shell {width: 660px; float:left; background:#ffffff; margin: 20px 0 5px 0; padding: 10px 0 0 6px; border-style:solid; border-width:1px; text-align:left;}
.form-wide {width: 660px; float:left;}
.form-left {min-height: 30px; width: 150px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right;}
.form-right {min-height: 30px; width: 500px; float:left; background: #eeeeee; margin: 5px 0 5px 5px;}
.form-wide-left {min-height: 30px; width: 450px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right;}
.form-wide-right {min-height: 30px; width: 200px; float:left; background: #eeeeee; margin: 5px 0 5px 5px;}
.form-narrow-left {min-height: 30px; width: 220px; float:left; background: #eeeeee; margin: 5px 0 5px 0; text-align: right; }
.form-narrow-right {min-height: 30px; width: 430px; float:left; background: #eeeeee; margin: 5px 0 5px 5px; }
.form-column {width: 200px; float:left; margin: 5px 0 0 5px;}
.form-column-wide {width: 400px; float:left; margin: 5px 0 0 5px;}
.form-title {font-weight: bold; font-size: 16px; color: #999999;}
.form-subtitle {font-weight: bold; font-size: 13px; color: #666666; font-style: italic;}
.form-required {color: #ff0000;}

.form-error1 {font-weight: bold; font-size: 13px; color: #aa0000;}
.form-error2 {font-weight: bold; font-size: 11px; line-height: 15px; font-style:italic; color: #aa0000;}

.superscript { font-size: 9px; vertical-align: top;}
