/* CSS Document */
/* for TAS */

/********************* HTML TAG STYLES ******************/
body
{
	font-size: 70%;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1
{
	font-weight: bold;
	font-size: 1.6em;
	font-family: verdana, arial, helvetica, sans-serif;
}
h2
{
	font-weight: bold;
	font-size: 1.5em;
}
h3
{
	font-weight: bold;
	font-size: 1.3em;
}
h4
{
	font-weight: bold;
	font-size: 1.3em;
}
h5
{
	font-weight: bold;
	font-size: 1em;
}
h6
{
	font-weight: bold;
	font-size: 1em;
}
li
{
	margin-bottom: 0.5em;
}
address
{
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}
hr
{
	color: #999;
	height: 1px;
}
small
{
	color: #000;
	font-size: 0.9em;
}

/******* hyperlink and anchor tag styles *******/
a
{
	color: #000;
}
a:visited
{
	color: #666666;
}
a:hover
{
	color: #999;
}

/******* miscstyles *******/
#headertitle
{
	position:absolute;
	top: 2px;
	left: 220px;
	font-weight: normal;
	font-size: 2.9em;
	color: #fff;
}
.tasline
{
	border-top: dotted #999999 1px;
	border-left: solid #fff 1px;
}
#taskbwrapper
{
	margin: 0;
	padding-bottom: 15px;
}
#taskbheader
{
	padding-left: 15px;
	padding-top: 15px;
}
#taskbcontent
{
	padding-left: 15px;
	width:80%;
}
#taskbfooter
{
	padding-left: 15px;
	padding-right: 15px;
}
#taskbaddress
{
	padding-right: 15px;
	text-align:right;
}
th
{
	font-weight: bold;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	border-right: 1px solid #fff;
}
