BODY {
	SCROLLBAR-FACE-COLOR: #cccccc;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/dg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
TD {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
P {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:link {
	FONT-SIZE: 11px;
	COLOR: #FF6633;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}
A:visited {
	FONT-SIZE: 11px;
	COLOR: #FF6633;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 11px;
	COLOR: #FF6633;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
}
A:active {
	FONT-SIZE: 11px;
	COLOR: #FF6633;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
}
.A1:link {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	font-weight: bold;
}
.A1:visited {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	font-weight: bold;
}
.A1:hover {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.A1:active {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	font-weight: bold;
}
.A2:link {
	FONT-SIZE: 11px;
	COLOR: red;
	BACKGROUND-COLOR: transparent;
}
.A2:visited {
	FONT-SIZE: 11px;
	COLOR: Fuchsia;
	BACKGROUND-COLOR: transparent;
}
.A2:hover {
	FONT-SIZE: 11px;
	COLOR: Maroon;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
}
.A2:active {
	FONT-SIZE: 11px;
	COLOR: Maroon;
	BACKGROUND-COLOR: transparent;
}
li {
	list-style-image: url(../images/callout_arrow.gif);
}

.title {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #DEAE3F;
	border-bottom: 1px solid red;
	font-weight: bold;
}

.title1 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Red;
	border-bottom: 0px solid Gray;
	font-weight: bold;
}

.title2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #2F4F4F;
	font-weight: bold;
}

.td_left {
	border-left: 1px solid Gray;
}
.td_right {
	border-right: 1px solid Gray;
}
.td_top {
	border-top: 1px solid red;
}
.td_bottom {
	border-bottom: 1px solid red;
}
.table_left_right {
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
}
.table_left_right_top {
	padding: 5px 5px 5px 5px;
	border-left: 1px dotted Gray;
	border-right: 1px dotted Gray;
	border-top: 1px dotted Gray;
}

.table_left_right_top_bottom {
	padding: 5px 5px 5px 5px;
	border-left: 1px dotted Gray;
	border-right: 1px dotted Gray;
	border-top: 1px dotted Gray;
	border-bottom: 1px dotted Gray;
}