


/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 80%;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.Program     {  valign:top;  line-height: 150%; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0 }
.fach        { font-size: 70%; font-style: italic }
.top         { color: #FFFFFF; text-align: center; padding: 5; background-color: #0066FF }
.topNoPad    { color: #FFFFFF; 
				padding-left: 15; 
				padding-right: 15; 
				padding-top: 10; 
				padding-bottom: 15; 
				background-color: #0066FF }
				
.nav         { width: 170; padding-left: 0; padding-right: 0; padding-top: 10; 
               padding-bottom: 5; background-color: #E5E5E5 }
               
.navBar		 { color:#000000; width:100%; background-color:#99CCFF; font-style:normal; font-variant:normal; font-weight:normal; height:24 }           
.aaa         
{ padding-left: 15; 
padding-right: 15; 
padding-top: 10; 
padding-bottom: 15; 

}


.p_indent
{
	text-indent: -20; 
	margin-left: 20; 
	margin-top: 9; 
	margin-bottom: 20

}


TABLE
{
	font-size: 100%;
}

TD {
	vertical-align:top;
}


H1           { 
	font-family: Verdana;
	font-size: 20px;
	 }

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
 
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-size: medium;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

th
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}



A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}