html,
body {
	width:100%;
	height:100%;
	
	background-repeat: no-repeat;
	background-position: top center;
	
	background-attachment: fixed;
}

body {
	background-color: #0C0E1D;
	/* background-color: red; */
}

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




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

select {
	font-size: 11px;
}

img {
	/* behavior: url(../_javascript/iepngfix.htc); */
}

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: #303030;
	border: 0px;
	font-size: 11px;
	line-height: 11px;
}

a:link, 
a:visited { 
	color: #f1f2ff;
	text-decoration: underline; 
}
a:hover { 
	color: #f1f2ff; 
	text-decoration: underline; 
}

a.softlink:link, 
a.softlink:visited,
a.softlink_selected:link, 
a.softlink_selected:visited {
	color: #f1f2ff;
	font-style: normal;
	text-decoration: none;
}
a.softlink:hover,
a.softlink_selected:hover { 
	font-style: normal;
	color: #f1f2ff;
	text-decoration: underline; 
}

a.softlink_selected:link, 
a.softlink_selected:visited {
	font-style: normal;
	text-decoration: underline;
}

a.whitelink:link, 
a.whitelink:visited {
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:hover { 
	font-style: normal;
	color: #005ba9; 
	text-decoration: none; 
}


a.button:link, 
a.button:visited {
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.button:hover { 
	font-style: normal;
	color: #005ba9; 
	text-decoration: none; 
}


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

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