/* default styles */
* {
	margin:0;
	padding:0;
}

html {
	min-height:100%;
	width: 100%;
	background: url(/i/bg_body.jpg) no-repeat 50% 100% #F2F2F2;
}
body {
	font-family : "Trebuchet MS",Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height:1.125em;
	color: #231F20;
	width: 100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}
h2, h3, h4, h5, h6 { padding: 0.6em 0 0.4em 0; color: #231F20; line-height: 1.125em; clear: both;}
h1 { padding: 0 0 0.4em 0; color: #231F20; line-height: 1.125em; margin: 0; font-size: 1.875em;}
h2 { font-size: 1.5em; font-weight: normal; }
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: #7A88C5;
}
a:hover {
	color: #ed1c24;
}
img {
	border: 0;
}
img.preview {
	float: left;
	margin-right: 10px;
}
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 */




