﻿.body {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #e1ecff;
	background-image: url(../assets/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	line-height: 17px;
}

.body1 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #e1ecff;
	margin: 0px;
	line-height: 17px;
}
.field {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 19px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: right;
}
.field2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: right;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #00539b;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
.orange:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F4942E;
	text-decoration: underline;
}
.orange:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F4942E;
	text-decoration: underline;
}
.orange:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.orange:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F4942E;
	text-decoration: underline;
}
.grey:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.grey:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.grey:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.grey:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
.color {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F4942E;
	text-decoration: none;
}

.accordionHeader
{
    background-color: #ffffff;	
	font-weight: bold;
    padding-top: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    border-top: none;
    padding:5px;
    margin-top:10px;
    border: 1px dashed #f0770a;
    background-color: #fef2df
}

.accordionLink
{
     color: black
}


