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

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

body {
	background: transparent url(../_layout/bg_body.gif) left top no-repeat fixed;
}

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


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;
}
