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

body,html {
	width:100%;
	height:100%;
}

html {
	/* background: #f2f2f2 url(../_layout/raster.gif) center top repeat-y; */
}

body {
	background: #f5f5f5 url(../_layout/bg_top.gif) left top repeat-x;
}

body,th,td,tr,table,p,span,div,input,textarea,select,option,optgroup {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #2e2d30;
}

p {
	padding-bottom: 10px;
}

select, input, .input_text, textarea {
	color: #303030;
	list-style:none;
}

select {
	font-size: 11px;
}

textarea {
	border: 1px solid #d2d3d5;
	padding: 0px 0px 0px 4px;
}

select {
	overflow: hidden;
}

form {
	display: inline;
	font-size: 0px;
	line-height: 0px;
}

img {
	border: none;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

optgroup {
	font-style: normal;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	line-height: 11px;
	background-color: #d2d3d5;
}

option {
	list-style: none;
	padding: 1px 4px 1px 4px;
	/* background-color: #FFFFFF; */
	color: #494c53;
	border: 0px;
	font-size: 11px;
	line-height: 11px;
}

.blue {
	color: #5e98b4;
}

a:link, 
a:visited { 
	color: #f74500;
	/* font-style: italic; */
	text-decoration: none; 
	cursor: pointer;
}
a:hover { 
	color: #f74500; 
	/* font-style: italic; */
	text-decoration: underline; 
	cursor: pointer;
}

ul, ol {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	
	/* background-color: red; */
}

li {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
}


h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	/* text-transform: uppercase; */
	padding: 0px 0px 15px 0px;
}

h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	/* text-transform: uppercase; */
	padding: 0px 0px 10px 0px;
}


/* FOOTER */
.vspace {
	clear:both;
	width:auto;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.hspace {
	float: left;
	width: 0px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	
	/* background-color: blue; */
}

.vline,
.vline_medium {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 14px 0px 12px 0px;
	border-bottom: 1px solid #c9c7c8;
}

.vline_medium {
	margin: 11px 0px 9px 0px;
}

.print {
	display: none;
}