/* @group Reset */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a, a img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Basics */

body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #e58e1a url(../images/template/bgd.gif) repeat-x;
}

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

a:hover,a:active {
	color: #c00;
	text-decoration: none;
	background-color: #f90;
}

h1 {
	color: #fff;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 16px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	padding-top: 10px;
}

h2 {
	color: #306;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-top: 0px;
}

p {
		color: #306;
	text-align: justify;
	font-size: 12px;
	padding-bottom: 14px;
	margin: 0;
}

blockquote {
	border-left: 10px solid #fff;
	padding-left: 14px;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}

/* @end */

/* @group Alerts */

.alert {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}

/* @end */

/* @group Custom */

.subtxt {
	color: #306;
	font-size: 10px;
}

/* @end */

/* @group Files */

div#files {
	background-color: #fff;
	padding: 20px 20px 25px 40px;
	margin-bottom: 40px;
	width: 500px;
}

div#files li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

/* @end */

