/* 
general styles for prs foundation
last updated: 2003-10-29
*/


@import url("advanced.css");
@import url("sections.css");


input { 
	font-size: 8pt;
}

select { 
	font-size: 8pt;
}

option { 
	font-size: 8pt;
}



.tab {
	font-size: 9pt;
	background: #8A4852;
	color: #FFFFFF;
	font-weight: bold;
}
.tab A {
	background: #8A4852;
	color: #FFFFFF;
	text-decoration: none;
}
.tab A:Hover {
	background: #8A4852;
	color: #FFFFFF;
	text-decoration: underline;
}

.tab1 {
	font-size: 9pt;
	background: #999999;
	color: #000000;
	font-weight: bold;
}
.tab1 A {
	background: #999999;
	color: #000000;
	text-decoration: none;
}
.tab1 A:Hover {
	background: #999999;
	color: #000000;
	text-decoration: underline;
}

.tab2 {
	font-size: 9pt;
	background: #AAAAAA;
	color: #000000;
	font-weight: bold;
}
.tab2 A {
	background: #AAAAAA;
	color: #000000;
	text-decoration: none;
}
.tab2 A:Hover {
	background: #AAAAAA;
	color: #000000;
	text-decoration: underline;
}

.tab3 {
	font-size: 9pt;
	background: #BBBBBB;
	color: #000000;
	font-weight: bold;
}
.tab3 A {
	background: #BBBBBB;
	color: #000000;
	text-decoration: none;

}
.tab3 A:Hover {
	background: #BBBBBB;
	color: #000000;
	text-decoration: underline;
}

.tab4 {
	font-size: 9pt;
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
}
.tab4 A {
	background: #CCCCCC;
	color: #000000;
	text-decoration: none;

}
.tab4 A:Hover {
	background: #CCCCCC;
	color: #000000;
	text-decoration: underline;
}

.tab5 {
	font-size: 9pt;
	background: #DDDDDD;
	color: #000000;
	font-weight: bold;
}
.tab5 A {
	background: #DDDDDD;
	color: #000000;
	text-decoration: none;

}
.tab5 A:Hover {
	background: #DDDDDD;
	color: #000000;
	text-decoration: underline;
}

.tab6 {
	font-size: 9pt;
	background: #EEEEEE;
	color: #000000;
	font-weight: bold;
}
.tab6 A {
	background: #EEEEEE;
	color: #000000;
	text-decoration: none;

}
.tab6 A:Hover {
	background: #EEEEEE;
	color: #000000;
	text-decoration: underline;
}

form {
	margin: 0px; border: none;
}
