﻿/* =ELEMENT
----------------------------------------------- */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	width:100%;
}

a
{
    color: #e58c0d; 
    text-decoration: none ; 
    font-weight: bold;
}
a:hover
{
    color: #993300;
	text-decoration: underline;
}
h1,h2,h3
{
	color: #7f7f7f;
	margin: 2px;
	padding: 2px;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 140%;
}
h3
{
	font-size: 120%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: solid 2px #7f7f7f;
}
/*----------------------------------------------- */
input[type="text"],input[type="password"]
{
	width: 210px;
}
input[type="checkbox"]
{
	margin-left: 0px;
}
select
{
	width: 216px;
	height: 22px;
}
select[multiple="multiple"]
{
	width: 216px;
	height: 250px;	
}
textarea
{
    font-family: Arial, Verdana;
	width: 200px;
	height: 50px;
}