	body {background-color: #F1F1F1; font-family: verdana,arial,helvetica,sans-serif;margin-top: 0px;}
	A {text-decoration:underline; font-weight: normal; color:#000099;}
	A:visited { text-decoration: underline; font-weight: normal; color:#0000bb;}
	A:active { text-decoration: underline; color:#000099;}
	A:hover { text-decoration: none; color:#000099;}

	.menu {color:#aaaaaa}
	A.menu {color:#FFFFFF;;text-decoration: none; }
	A.menu:visited { color:#FFFFFF;text-decoration: none;}
	A.menu:active { color:#FFFFFF;text-decoration: none;}
	A.menu:hover { color:#FFFFFF;text-decoration: underline;	padding:6px 0px;}

	A.lnkb {color:#000033;text-decoration: none; font-weight: bold;}
	A.lnkb:visited {color:#000033;text-decoration: none;}
	A.lnkb:active {color:#000033; text-decoration: none;}
	A.lnkb:hover {color:#330033; text-decoration: underline;}

	A.lnk {color:#000033;text-decoration: none; font-weight: normal;}
	A.lnk:visited {color:#000033;text-decoration: none;}
	A.lnk:active {color:#000033; text-decoration: none;}
	A.lnk:hover {color:#330033; text-decoration: underline;}

	A.cloud {color:#000033;font-size:120%;text-decoration: underline; }
	A.cloud:visited {color:#000033;text-decoration: underline;}
	A.cloud:active {color:#000033; text-decoration: underline;}
	A.cloud:hover {color:#000033; text-decoration: none;}
	
	A.title {color:#FFFFFF;text-decoration: none; font-family: tahoma,arial,verdana,helvetica,sans-serif;}
	A.title:visited {color:#FFFFFF; text-decoration: none;}
	A.title:active {color:#FFFFFF; text-decoration: none;}
	A.title:hover {color:#FFFFFF; text-decoration: none;	padding:6px 0px;}

	A.image {color:#666666;text-decoration: none;}
	A.image:visited { color:#666666;margin-bottom: 4.0em;margin-top: 10.0em;text-decoration: none; }
	A.image:active { color:#666666;margin-bottom: 4.0em; margin-top: 5.0em;text-decoration: none;}
	A.image:hover { color:#000000;margin-bottom: 2.0em; margin-top: 5.0em;text-decoration: underline;}


	.table1,p1 {color:#000000;font-size:70%;text-decoration: none; font-weight: normal;}
	.copyright {background:#FFFFFF;font-weight: 400;font-size:80%;}

	.download {font-weight: 400;font-size:200%;margin-bottom: 10px;}
	.biggesttext {font-weight: 400;font-size:150%;}
	.bigtext {font-weight: 400;font-size:110%;}
	.bigtextbold {font-weight: bold;font-size:110%;}
	.bigtextboldred {color: #ff0000; font-weight: 800;font-size:110%;}
	.normaltext {font-weight: 400;font-size:100%;}
	.normaltextbold {font-weight: 800;font-size:100%;}
	.smalltext {font-weight: 400;font-size:80%;}
	.smallertext {font-weight: 400;font-size:70%;}
	.smalltextgrey {font-weight: 400;font-size:80%; color:#999999}
	.smalltextbold {font-weight: 800;font-size:80%;}
	.white {color:#ffffff;}
	.message {color:#ff0000;font-size:130%}
	.green {color:#009900;}
	.bold {font-weight: 800;}
	.square {list-style: square outside; margin: 10px 10px 10px 16px; padding: 0 0 1em 0;border-top:red;}
	hr.line {border-bottom:dashed 1px darkgrey;border-left:none;border-right:none;border-top: none;margin: 0 10 0 10}
	.margin1 { margin-top: 0.3em}
	.main_table { 
		border-width:0 10px 0 10px;border-color:white;border-style: solid;
		
	}
	.logo {font-size:70%;background-image:url(/images/po_top.gif);}
	H1 {color:#660000;font-size:200%;margin-top:0px;text-decoration: none; margin-bottom: 0px;
	H2,A.H2 {color:#000055;font-weight:bold;font-size:110%;margin-top: 3px;margin-bottom: 5px;}
	H3,A.H3 {color:#000055;font-weight:bold;font-size:110%;margin-top: 0px;margin-bottm: 0px;}
	H4,A.H4 {color:#000055;font-weight:bold;font-size:100%;margin-top: 0px;margin-bottm: 0px;}
	H2,H3,H4 { margin-bottom: 0px;}
	H5 {color:#555500}
	#form { margin-bottom: 0px; margin-top:0px; margin-right:0px; margin-left:0px;}
	.button {background: #ffffff;color: #000000;font-size: 80%;}
	INPUT {background: #ffffff;color: #000000}







/*             styles for the star rater                */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/images/star.gif) left -1000px repeat-x;
}

.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}

.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
/*  star rating finished */

/*             styles for the star rater                */
.star-rating-small,
.star-rating-small a:hover,
.star-rating-small a:active,
.star-rating-small a:focus,
.star-rating-small .current-rating-small{
background: url(/images/star-small.gif) left -1000px repeat-x;
}

.star-rating-small{
position:relative;
width:75px;
height:15px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating-small li{
display: inline;
}
.star-rating-small a,
.star-rating-small .current-rating-small{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:15px;
line-height:15px;
outline:none;
overflow:hidden;
border: none;
}



.star-rating-small .current-rating-small{
z-index:1;
background-position: left center;
}
/*  star rating small finished */