﻿/* =ELEMENT
----------------------------------------------- */
body 
{
	font-family: Arial, Verdana;
	font-size: 70%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #8ea7be url(images/box/body-bg.gif) top left repeat;
	padding-bottom: 50px;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border:none;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 140%;
}

h4
{
	color: #005295;	
	font-size: 120%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: solid 1px #005295;
}
ul
{
	list-style-image: url(images/blue-square-tiny-small.gif);
}
ul, ol
{
	padding: 0 5px;
	margin: 5px 15px;
}

ul li, ol li
{
	margin-top: 3px;
	margin-bottom: 3px;
}
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;
}
