*
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;

	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}


a
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;	
	text-decoration: underline;
}


img
{
    border: none;
}



input.checkbox
{
	border: 1px solid #00a3b2;
	background-color:white;	
	width:auto;
}

input.radio
{
	border: 0px solid #00a3b2;
	background-color:white;	
	width:auto;
}


input.file
{
	border: 1px solid #00a3b2;
	background-color:white;
	width:200px;
}

select.select
{
	border: 1px solid #00a3b2;
	background-color:white;	
	width:auto;
}

select
{
	border: 1px solid #00a3b2;
	background-color:white;	
	width:auto;
}


input.text
{
	border: 1px solid #00a3b2;
	background-color:white;		
}

input[type="text"]
{
	border: 1px solid #00a3b2;
	background-color:white;
    width:200px;
    height:28px;
}

input[type="text"].medium_text
{
    width:403px;
}

input.long
{
	width: 350px;
}

input.password
{
	border: 1px solid #00a3b2;
	background-color:white;
    width:200px;
    height:28px;
}

textarea
{
	border: 1px solid #00a3b2;
	background-color:white;
	width: 400px;
	height: 120px;
}

h1
{
    font-family: Verdana;
    font-size: 26px;
    color: #4c4c4c;
    padding-top:0;
    margin-top:0;
    font-weight:normal !important;
}

h2
{
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    color: #333333;
    padding-top:0;
    margin-top:0;
}

hr
{
    color:#2C4E86;
    background-color:#2C4E86;
    height:1px;
    border: 0px;
}

button
{

}
