BODY,TD { FONT-FAMILY: Verdana,Arial,Helvetica,Geneva; FONT-SIZE: 12px; }
.tiny { FONT-SIZE: 10px; }
.small { FONT-SIZE: 11px; }
.large { FONT-SIZE: 25px; }
FORM { DISPLAY:inline; }
A { TEXT-DECORATION:none; }
A:hover { COLOR:#88aa88; TEXT-DECORATION:underline }
A:link { COLOR:#aaaaaa; }
A:visited { COLOR:#888888; }
A:active { COLOR:#888888; }

TD {align:left;}

H1, H2, H3 ,H4
		{
		background-color:#076a6a;
		color:white;
		font-color:white;
		padding:4px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}
BODY{

-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
background-attachment: scroll;
background-image: url(/images/bg-clouds.png);
background-repeat: repeat-x;
color: rgb(51, 51, 51);

	}


table.allround {
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
table.allroundS {
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
table.allroundTop {
-moz-border-top-left-radius:10px;
-webkit-border-top-left-radius:10px;
-moz-border-top-right-radius:10px;
-webkit-border-top-right-radius:10px;
}
table.allroundBot {
-moz-border-bottom-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-bottom-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
img.allroundT {
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.hidden{display:none;}
