body {
	color: #FFFFFF;
	background-color: #515151;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: inherit;
}
.template_white-top-tile {
	background-image: url(/images/template/white-top-tile.gif);
	background-repeat: repeat-x;
}
.template_white-left-tile {
	background-image: url(/images/template/white-left-tile.gif);
	background-repeat: repeat-y;
}
.template_white-right-tile {
	background-image: url(/images/template/white-right-tile.gif);
	background-repeat: repeat-y;
}
.template_white-bottom-tile {
	background-image: url(/images/template/white-bottom-tile.gif);
	background-repeat: repeat-x;
}

.template_top-banner-tile {
	color: #FFFFFF;
	background-image: url(/images/template/top-banner-tile.gif);
	background-repeat: repeat-x;
	background-color: #234f9a;	
}


.template_yellow-top-tile {
	background-image: url(/images/template/white-top-tile.gif);
	background-repeat: repeat-x;
	color: #000000;
	background-color: #234f9a;	
}
.template_yellow-left-tile {
	background-image: url(/images/template/white-left-tile.gif);
	background-repeat: repeat-y;
	color: #000000;
	background-color: #234f9a;	
}
.template_yellow-right-tile {
	background-image: url(/images/template/white-right-tile.gif);
	background-repeat: repeat-y;
	color: #000000;
	background-color: #234f9a;	
}
.template_yellow-bottom-tile {
	background-image: url(/images/template/white-bottom-tile.gif);
	background-repeat: repeat-x;
	color: #FFF;
	background-color: #234f9a;
    margin-bottom: 2px;
}



.yellowMenu {
	color: #feffff;
	background-color: #FED683;
	vertical-align: top;
    background: url(/images/template/nav-bg.jpg) repeat-y #515151;
}
.yellowTable {
	color: #FFF;
	background-color: #234f9a;	
}
.whiteTable {
	color: #000000;
	background-color: #FFFFFF;
}

.black_noline {
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
}
.bodyText {
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	vertical-align: top;
	color: #000000;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.greyText {
	color: #3b3b3b;
}
h1, .bodyHeading {
	font-family: "Trebuchet MS", Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	line-height: 19px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a.menuButton {
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
	text-transform: none;
	color: #feffff;
	padding-bottom: 1px;
	text-decoration: none;
}

td.menuButton1 {
	background-image: url('/images/template/menubutton-1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 148px;
	cursor: default;
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
}
td.menuButton1_over {
	background-image: url('/images/template/menubutton-1o.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 148px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
}

td.menuButton2 {
	background-image: url('/images/template/menubutton-2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 148px;
	cursor: default;
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
}
td.menuButton2_over {
	background-image: url('/images/template/menubutton-2o.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 148px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
}

div.image_center {
	margin: auto;
	text-align: center;
}

.format_small {
	font-size: 11px;
}

li {
	padding-bottom: 8px;
}

td.topmenu {
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #FFF;
	padding-left:10px;
	padding-right: 10px;
}
a.topmenu {
	color: #FFF;
	text-decoration: none;
}a.topmenu:hover {
	text-decoration: underline;
}

div.preview {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 90%;
  background-color: red;
  border: 1px solid white;
  z-index: 1000;
  visibility: hidden;
  
}

table.contactform {
	font-size: 12px;
}
table.contactform th {
	vertical-align: top;
	padding-top: 5px;
	font-weight:normal;
	text-align: right;
}


.helplink:hover {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	cursor:help;
}
.helplink:active {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
.helplink:link {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
.helplink:visited {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

.manage_subcategory {
	font-size: 14px;
}


.form_required {
	color:#CC0000;
}

