body {
   background-image:  url(images/bgimage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #BDCEF9;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6E6D6D;
}

.slogan {
	font-family: tahoma;
	font-size: 15px;
	color: 4E4D4D;
	font-weight: bold;
}

.borderRightGrey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.tdlist_header {
	background-color: #F1F1F1;
}

.tdlist,.tdlist_header {
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 8pt;
   font-family: Tahoma, sans-serif;
   color: #000000;
	line-height:20px;
}

/* -- Custom A Href -- */
.a_href {
	COLOR: #525252;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.a_href:hover {
	COLOR: blue;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

.a_href_blue {
	COLOR: blue;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.a_href_blue:hover {
	COLOR: blue;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

.a_href_orange {
	COLOR: blue;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
   color: #F06203;
}

.a_href_orange:hover {
	COLOR: blue;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
   color: blue;
}

.a_href_white {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.a_href_white:hover {
	COLOR: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

.form_input {
   border: 1px solid #BCBCFC;
   color: #666666;
   font-size: 8pt;
   font-family: verdana;
}

.form_input_red {
   border: 1px solid #E59797;
   color: #000000;
   font-size: 8pt;
   font-family: verdana;
}

.normaltext {
   font-size: 9pt;
   font-family: Tahoma, sans-serif;
   color: #6E6D6D;
}

.smallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: green;
	text-decoration: none;
}

.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

.heading1 {
	font-family: tahoma;
	font-size: 13px;
	color: #2C2C2C;
	font-weight: bold;
}

.text1 {
	font-family: tahoma;
	font-size: 8pt;
	color: #6E6D6D;
	font-weight: normal;
}

.text2 {
	font-family: tahoma;
	font-size: 8pt;
	color: #2C2C2C;
	font-weight: normal;
}