﻿

body
{    
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}

a
{ 
    color: #FF5C00; cursor: pointer;            
}

a:hover
{ 
    color: red;
}

h2, h3
{ 
	color: #0092C7;
	font-weight: normal; 
	margin: 0 1% 5px 1%;
}

h2
{
	font-size: 13px; 
}

h3
{
	font-size: 11px; 
	margin: 0 1% 3px 1%;
}

/*select:disabled
{
	border: 1px solid rgb(204, 204, 204); 
	background-color: #fff; 
	color: #000;
	padding: 1px;
}

input, select, textarea
{
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
}

input[type=text], textarea, input[type=password]
{
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px 1px 2px 1px;
}

input[type=text]:focus, textarea:focus, input[type=password]:focus
{
	border: 1px solid #666;
	background: #fff;
	padding: 2px 1px 2px 1px;
}*/

form
{
	margin: 0; padding: 0;	
}

strong, b, .label
{
	color: #1e4a7b;
	font-weight: normal;
}


/*td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}

th 
{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding: 0 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
}*/

input, select
{
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 9pt;*/
	font-style: normal;
	font-weight: normal;
	color: #336699;
	border: 1px solid #339900;
	text-decoration: none;
	/*height: 20px;*/
}

input[type=checkbox], input[type=radio]
{
	border: none;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	width:80%;
	height:50px;
}