@charset "utf-8";
/* CSS Document */

body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

h1
{
	font-weight:stronger;
	font-size:16px;
	color:#005387;
	margin:0px;
	
}

h2
{
	font-weight:normal;
	font-size:14px;
	color:#005387;
	margin:0px 0px 10px 0px;
	
}

h3
{
	font-weight:normal;
	font-size:13px;
	color: #000;
	margin:0px;
	
}

.dialog_side h2
{
	color:#FFF;
	margin-bottom: 8px;
	font-weight:bold;
	font-size:15px;
}

p
{
margin:0px;
margin:0px 0px 10px 0px;
}

a
{
	font-weight:bold;
	color:#005387;
	text-decoration:none;
}

a img
{
	border:none;
}

a:hover
{
	color:#FE9301;
	text-decoration:inherit;
}

a:visited
{
	/*color:#005387;*/
}

a:focus, a:hover, a:active, object { outline:none }

img, div { behavior: url(../iepngfix/iepngfix.htc) }

table.simpletable 
{
	border: none;
	border: 1px solid #789DB3;
	margin:10px;
}

table.simpletable td
{
border: none;
background-color: #F4F4F4; 
vertical-align: middle;
padding: 7px;

}

table.simpletable tr
{
border-bottom: 1px solid #ff0000;	
}

.caption,
.caption a,
.caption a:hover

{
font-size:9px;
font-weight:normal;
}


