/* default styles */
* {
	margin:0;
	padding:0;
}

html {
	min-height:100%;
	width: 100%;
}
body {
	font-family : Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height:1.125em;
	color: #3D3E40;
	width: 100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}
h1, h2, h3, h4, h5, h6 { padding: 0.6em 0 0.4em 0; color: #1573D1; line-height: 1.125em; font-weight: normal;}
h1 { font-size: 1.75em; }
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: #1573D1;
}
a:hover {
	color: #CD2525;
}
img {
	border: 0;
}
hr {
	color: #D6D6D6;
	background: #D6D6D6;
	height: 1px;
	border: 0;
}

dd {
	margin-left: 17px;
}
li {
	margin-left: 17px;
}
ol { padding-left: 1.7em; }
ol li {
	margin-left: 1.7em;
}
table {
	font-size: 100%;	
}
fieldset {
	border:0;
}
fieldset legend {
}

input {
	border: solid 1px #CECECE;
}
.xx-small {
	font-size: xx-small;
}
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}

/* end of default styles */



