body 	{background-color:white;
		font-family:"arial", "sans serif";
		color:black;
		font-size:100%;
		line-height:100%;
		font-weight:normal
		}

P 		{text-align:justify;
		}

P.bold 	{text-align:left;
		font-weight:bold;
		}

P.boldcol 	{text-align:left;
		font-weight:bold;
 		color:purple;
		font-size:105%;
		}

P.center 	{text-align:center;
		font-size:80%;
 		color:white;
		}

P.head 	{text-align:center;
		font-weight:bold;
		}

h1		{font-size:300%;
		line-height:60%;
		font-weight:bold;
		padding-top:10px;
		}

h2		{font-size:125%;
		line-height:25%;
		font-weight:bold;
 		color:#8c007b;
		}

h3		{font-size:110%;
		line-height:15%;
		font-weight:bold;
 		color:#b552ad;
		}

Div.menu	{border-right:1px dotted purple;
		}

Div.indent	{text-indent:20px;
		}

Div.ind2	{text-indent:40px;
		}

Div.right	{text-align:right;
		}

Div.left	{text-align:left;
		}

Div.alg	{text-align:right;
		background:purple
		}

Div.algc	{text-align:center;
		background:purple
		}

Div.hl	{text-align:center;
		color:white;
		font-weight:bold;
		background:purple
		}

Span.bold {font-weight:bold
		}

Span.group {font-weight:bold;
		color:purple;
		}

Span.home {font-weight:bold;
		color:white;
		}

Span.iwd  {color:red;
		font-weight:bold;
		}

P.strike 	{font-weight:normal;
		text-decoration:strike;
		}

P.link 	{text-align:center;
		color:white;
		font-weight:bold;
		text-decoration:none;
		}

P.groupname {text-align:left;
		color:purple;;
		font-size:130%;
                padding-top:10px;
		font-weight:bold
		}

P.title       {text-align:justify;
		color:purple;
		font-size:130%;
		line-height:140%;
 		font-weight:bold;
                padding-top:10px;
                padding-bottom:10px
		}

P.head 	{text-align:justify;
		color:white;
		font-weight:bold;
		}

P.indent 	{text-indent:15px
		}

P.subtitle {font-weight:bold;
                padding-top:10px;
                padding-bottom:5px
		}

P.caption 	{text-align:center;
		color:black;
		font-size:16pt;
		font-weight:bold
		}

P.space	{line-height:2px
		}

DL 		{text-align:justify;
		}

DT 		{text-align:justify;
		}

DD 		{text-align:justify;
		}

UL 		{list-style:square;
		text-align:justify;
		}

UL.sec	{list-style:disc inside;
		text-align:left;
		}

UL.third	{list-style:circle inside;
		text-align:left;
		}

A:link 	{color:purple;
		font-weight:bold;
		text-decoration:none
		}

A:visited 	{color:purple;
		font-weight:normal;
		text-decoration:none
		}

A:active 	{color:#9c7bbd;
		text-decoration:none
		}

A:hover 	{color:#9c7bbd;
		font-weight:bold;
		text-decoration:underline
		}

HR 		{color:purple;
		height:1px;
		}

Div.type	{font-family:arial;
		font-size:90%;
		text-align:left;
		width:450;
		color:black
		}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

