/* default styles */
* {
	margin:0;
	padding:0;
}

html {
	min-height:100%;
	width: 100%;
}
body {
	font: 16px/1.125em "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	color: #333;
	width: 100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}
h1, h2, h3, h4, h5, h6 { padding: 0.6em 0 0.4em 0; color: #333; line-height: 1.125em; font-weight: normal;}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

p {
	padding:  0.5em 0;
}
a {
	color: #3F2B78;
}
a:hover {
	color: #CC0033;
}
img {
	border: 0;
}
hr {
	color: #D6D6D6;
	background: #D6D6D6;
	height: 1px;
	border: 0;
}

dd {
	margin-left: 1.7em;
}
li {
	margin-left: 1.7em;

}
table {
	font-size: 100%;	
}
fieldset {
	border:0;
}
fieldset legend {
}

input {
	border: solid 1px #CECECE;
}

/* end of default styles */




