body
{
	background-color : #F0F4F7;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.upper_case
{
	text-transform: uppercase;
}

.gradient_td
{
	background-color: #334F6D;
	background-image: url(images/bg.jpg);
}

.dark_td
{
	background-color: #334F6D;
}

.lightblue_td
{
	background-color: #BBCDDE;
}
.title_td
{
	background-color: #BBCDDE;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #334F6D;
	white-space: nowrap;
}

.title_box
{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap;
}

.subtitle_td
{
	background-color: #E4ECF2;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7F9DB9;
	white-space: nowrap;
}

td
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.field
{
	border: 1px;
	border-color: #334F6D;
	border-style: dashed;
}

.fieldname
{
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.button
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	cursor:hand;
}
/*
.button
{
	border: 2px;
	border-color: #334F6D;
	border-style: ridge;
	background-image: url(images/buttonbg.gif);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	cursor: hand;
}
*/
.sectionTitle
{
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;
	color: #33506E;*/
}

.gradientWhiteLine
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFFFFF,endColorStr=#334F6D);
}

.a_navbar
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.a_navbar:hover
{
	color: #000000;
	text-decoration: underline;
}

.a_navbar:visited
{
	color: #000000;
}

.a_menuitem
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #334F6D;
	text-decoration: none;
}

.a_menuitem:hover
{
	color: #334F6D;
	text-decoration: underline;
}

.a_menuitem:visited
{
	color: #334F6D;
}

.topmenuitem_td
{
	font-size: 11px;
	color: #7E96B0;
}

.a_topmenuitem
{
	font-size: 9px;
	color: #33506E;
	text-decoration: none;
	text-transform: uppercase;
}

.a_topmenuitem:hover
{
	color: #33506E;
	text-decoration: underline;
}

.a_topmenuitem:visited
{
	color: #33506E;
}

.lightblue
{
	color: #7F9DB9;
}

.mediumblue
{
	color: #334F6D;
}

.subtitle
{
	font-size: 14px;
	font-weight: bold;
	color: #18314C;
}

.hrdotted
{
	color: #B0C4D6;
	border: 1px;
	border-style: dashed;
	width: 100%;
}

.dottedborder
{
	border: 1px;
	border-style: dashed;
	border-color: #334F6D;
}

.printborder
{
	border: 1px;
	border-style: solid;
	border-color: #334F6D;
}

a
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
}

a:visited
{
	color: #FF6600;
}

.templatebg
{
	background-color: #FFFFFF;
	background-image: url(images/templatebg.gif);
}

a.sectionTitle:visited
{
	color : White;
}

.page-break
{
	page-break-after: always;
}