/* MAIN STYLESHEET */



/* Main Structure */
body {
	background-color: white;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 0.7em;
}

.textfield {
	background-color: white;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 1em;
}

p {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #063D98;
}

li {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #063D98;
}

h1.title {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff7700;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
}


h2 {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
}



.center {
	text-align: center;
}

.centerbold {
	text-align: center;
	font-weight: bold;
}


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

a.subnav {
	color: #063D98;
	text-decoration: none;
	font-size: 0.95em;
}

.footer {
	color: #ffffff;
	font-size: 0.65em;
	letter-spacing: 0.01em;
	padding: 3px;
}

.footer a{
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

hr {
	color: #26007F;
	height: 1px;
}

table.tabletitle {
	border-width: 1px 1px 1px 1px;
	border-color: #FF7700 #FF7700 #FF7700 #FF7700;
	border-style: solid;
	cellspacing: 0px;
	cellpadding: 4px;
}

table.background {
	border-style: none;
	cellpadding: 4px;
	cellspacing: 0px;
	background-color: #FFECDD;
}

table.topbottom {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FF7700 #FF7700 #FF7700 #FF7700;
	cellpadding: 2px;
	cellspacing: 0px;
}

HR {
	height: 1px;
	color: #FF7700;
}


table.contactDetails {
	width: 145px;
	border-top: 0;
	background-image: url('images/contactBox_bg.gif');
	background-repeat: no-repeat;
}
table.contactDetails th{
	font-size: 14px;
	font-weight: bold;
	color: #15489D;
	padding: 2px;
}
table.contactDetails td{
	font-size: 12px;
	padding: 5px 4px;
	line-height: 15px;
}
table.contactDetails td b{
	font-size: 11px;
}
table.contactDetails td .contactType{
	font-size: 13px;
	font-weight: bold;
	color: #FF7700;
}
img {
	border: 0;
}
