/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
	padding:0;
}
a, object {
	outline:none;
}

td 		{
	vertical-align:top;
	text-align:left;
}

th 		{
	text-align:left; 
	vertical-align:top
}

img		{
	border:none
}

h1 		{
	font-size:130%
}
h2 		{
	font-size: 19px;
	line-height: 29px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}
h3, .componentheading, .article-title-text {
	color: #7770b5;
    display: block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 17px;
    min-height: 0;
    padding: 0px 0 17px;
    text-transform: uppercase;
	font-weight: bold;
}
	.h3 {padding-bottom: 12px;}
	.h2 {
		font-size: 26px;
		line-height: 25px;
		color: white;
		font-weight: normal;
		padding: 2px 0 16px 0 !important;
	}
	h3.title {
		font-size: 20px !important;
		line-height: 29px !important;
		padding-bottom: 8px !important;
	}
	
	
h4		{
	font-size: 16px;
	line-height: 17px;
	color: white;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6		{
	font-size: 13px;
	line-height: 17px;
	color: white;
        font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {list-style:disc;}
ol {margin: 0 25px 0 25px;}
	ol li {list-style: decimal;}
.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; margin: 0 10px;}
/* End hide from IE-mac */