
a.table1:link{
color:#990000;
}

a.table1:visited{
color:#990000;
}

a.table1:hover{
color:#333333;
}

a.table1:active{
color:#990000;
}


a.table2:link{
color:#666666;
}

a.table2:visited{
color:#666666;
}

a.table2:hover{
color:#333333;
}

a.table2:active{
color:#666666;
}


a.table3:link{
color:#999999;
}

a.table3:visited{
color:#999999;
}

a.table3:hover{
color:#333333;
}

a.table3:active{
color:#999999;
}


a.table4:link{
color:#0066FF;
}

a.table4:visited{
color:#0066FF;
}

a.table4:hover{
color:#333333;
}

a.table4:active{
color:#0066FF;
}


a.table5:link{
color:#937700;
}

a.table5:visited{
color:#937700;
}

a.table5:hover{
color:#604E00;
}

a.table5:active{
color:#937700;
}


TD,BODY {
	font-size: 12px;
	color: #666666;
}

.base_middle {
	font-size: 12px;
	color: #333333;
}
.base_small {
	font-size: 11px;
	color: #666666;
}
.base_large {
	font-size: 16px;
	color: #666666;
}

.window{
    border-left: 		solid 1px #333333;
	border-right: 		solid 1px #333333;
	border-top:			solid 1px #333333;
	border-bottom:		solid 1px #333333;
}
.window2{
    border-left: 		0px;
	border-right: 		0px;
	border-top:			solid 3px #990000;
	border-bottom:		solid 1px #990000;
}

.window3{
    border-left: 		dotted 1px #333333;
	border-right: 		dotted 1px #333333;
	border-top:			dotted 1px #333333;
	border-bottom:		dotted 1px #333333;
}

.window4{
    border-left: 		solid 2px #990000;
	border-right: 		solid 2px #990000;
	border-top:			solid 2px #990000;
	border-bottom:		solid 2px #990000;
}

p.footer{
	line-height:160%;
	margin:0px auto;
}