/* CLEAR DEFAULT STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:active, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*end CLEAR DEFAULT STYLES*/

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0px;
	padding: 0px;

	color: #000000;
	
	background-color: #4c0000;
	background-image: url(images/page-bg_tile.gif);
	background-repeat: repeat-x;
}

body a {
	/*color: #aed61d;*/
	color: #bb9305;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}


form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

pre {
	margin: 0px;
	padding: 0px;
}

.link_icon {
	font-size: 11px;
	line-height: 17px;
	
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	background-repeat: no-repeat;
}

