/* CSS Document */
body {
	font-family: Tahoma, sans-serif; 
	font-size: 14px;
	color: #000000;
	background-color: #EBEBEB;
}
.link_text{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bolder;
	text-decoration: none;
}
.link_text_small{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bolder;
	text-decoration: none;
}
.link_small{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #007E10;
	font-weight:bolder;
	text-decoration: none;
}
a.DC21DataLink:link {
	font-family: Tahoma, sans-serif;
	color: #D20001;
	text-decoration: none;
	font-weight:bolder;
	font-size: 11px;
}
a.DC21DataLink:visited
{
	font-family: Tahoma, sans-serif;
	color: #D20001;
	text-decoration: none;
	font-weight:bolder;
	font-size: 11px;
	}
a.DC21DataLink:hover {
	font-family: Tahoma, sans-serif;
	color: #007E10;
	text-decoration: none;
	font-weight:bolder;
	font-size: 11px;
}
a.DC21DataLink:active
{
	font-family: Tahoma, sans-serif;
	color: #D20001;
	text-decoration: none;
	font-weight:bolder;
	font-size: 11px;
	}
.bottom{
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #E1E1E1;
}
.text_small{
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	color: #000000;
}
.head{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	font-weight:bolder;
	text-decoration: none;
	
}
.bg_table{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;

}
.content{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;

}
.top_table_bg {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-position: top;
	background-repeat: no-repeat;
}
.top_table {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.main_table {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-image: url(../pictures/background.jpg);
	background-position: 548px 100px;
	background-repeat: no-repeat;
	}
.sub_table {
	background-color: #F7FEFE;
}
.input {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #5D1A1D;
}
.button {  
	border-bottom: 1px solid #c0c0c0; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #c0c0c0; 
	border-top: 1px solid #000000; 
	background-color: #ffffff; 
	font-size: 12px; 
	font-family:  Tahoma, sans-serif;
}
H1 {
	FONT-WEIGHT: 100; 
	FONT-SIZE: 70%; 
	COLOR: #000000; 
	FONT-FAMILY: Tahoma, sans-serif;
}
H2 {
	FONT-WEIGHT: 100; 
	FONT-SIZE: 80%; 
	COLOR: #000000; 
	font-family: Tahoma, sans-serif;
}

#taskbox{ 
	width: 90%; 
	font-family: Tahoma, sans-serif;
	background-color: White; 
	list-style-type: decimal; 
	list-style-position: outside; 
	margin-top: 0px; 
	margin-bottom:0px; 
	padding: 0px; 
}
#taskbox ul{ 
	font-size: 12px; 
	font-family: Tahoma, sans-serif;
	list-style-type: square; 
	list-style-position: outside; 
	line-height: 16px; 
}

ul.none,

ul.none{ 
	list-style: none; 
}

ul.circle,
ul.decimal{ 
	margin-bottom: 2px; 
	margin-top: 0px; 
	margin-left: 22px; 
	padding: 0px; 
	line-height: 13px; 
}

ul.circle{ 
	list-style: circle; 
}
ul.decimal{ 
	list-style: decimal; 
}

