body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Verdana;
	font-size: 10px;
	color: #4B4C4D;
	background-color: #FFF;
}
td, input, textarea, select {
	font-family: Verdana;
	font-size: 10px;
}

form 
{	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px 0px 0px 0px;
	padding: 4px;
}

img
{
	border:0px;
}

p
{
	padding:0px;
	margin:0px;
	border:0px;
	/*margin-bottom: 10px;*/
	margin:0px;
}

/* a tags */
a:link, a:active, a:visited {
	/*color:#314C7D;*/
	color:#00255D;
    text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}


/* title (h tags) */
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-family:Verdana;
	text-decoration:none;
	color: #314C7D;
	font-weight:normal;
}
h1
{
	font-size:11px;
	color:#00255D;
	text-transform:uppercase;
}
h2
{
	font-size:11px;
	color:#00255D;
	text-transform:uppercase;
}
h3
{
	font-size:11px;
	color:#00255D;
	text-transform:uppercase;
}
h4
{
	font-size:11px;
	color:#00255D;
	text-transform:uppercase;
}
h5
{
	font-size:10px;
	color: #4B4C4D;
	/*text-transform:uppercase;*/
	font-weight:bold;
}
h6
{
	font-size:11px;
	color:#00255D;
	text-transform:uppercase;
}
select, button
{
	font-family: Verdana;
	font-size: 10px;
	color: #4B4C4D;
}
ul{
	margin-left:20px;
	padding-left:0px;
}
