body	{ 	margin:0; margin-left:0; margin-top:0; margin-bottom:0; margin-right:0;
		background: rgb(94,0,0) url(images/bg.jpg) no-repeat top left;
		color: rgb(255,255,255);
		font-family:  TW Cen MT, Arial, sans-serif; 
		font-size: 14px; font-height:14px;

		scrollbar-face-color: rgb(150,0,0);
		scrollbar-highlight-color: rgb(150,0,0);
		scrollbar-shadow-color: rgb(75,0,0);
		scrollbar-3dlight-color: rgb(255,0,0);
		scrollbar-arrow-color: rgb(0,0,0);
		scrollbar-track-color: rgb(100,0,0);
		scrollbar-darkshadow-color: rgb(0,0,0);
		scrollbar-base-color: rgb(200,0,0)
	}

table	{	font-family: TW Cen MT, Arial, sans-serif;
		font-size: 14px;
		font-height: 14px;
	}
td	{	font-family: TW Cen MT, Arial, sans-serif; }

a	{ margin:0; font-family: TW Cen MT, Arial, sans-serif;  cursor:hand; }
	A:link 		{ text-decoration:none; color:rgb(255,255,100); }
	A:hover		{ text-decoration: underline; color:rgb(255,255,100); }
	A:visited	{ text-decoration:none; color:rgb(255,255,100); }
	A:active	{ text-decoration:none; color:rgb(255,255,100); background:rgb(255,0,0); }

pre	{ font-family: TW Cen MT, Arial, sans-serif; }
p	{ font-family: TW Cen MT, Arial, sans-serif; }
li	{ font-family: TW Cen MT, Arial, sans-serif; }

b	{ font-family: TW Cen MT, Arial, sans-serif; }
i	{ font-family: TW Cen MT, Arial, sans-serif; }
u	{ font-family: TW Cen MT, Arial, sans-serif; font-weight:bold; text-decoration: none; cursor:hand}

img	{ border:0 } 
br	{ clear:0 }

h1	{ font-family: TW Cen MT, Arial, sans-serif; font-size:18px; font-height:18px; clear:0; }
h2	{ font-family: TW Cen MT, Arial, sans-serif; font-size:17px; font-height:17px; }
h3	{ font-family: TW Cen MT, Arial, sans-serif; font-size:16px; font-height:16px; }


#curvedbutton{
background: transparent url(htm/images/headline-l.gif) no-repeat top left;
display: block;
float: left;

height: 41px;
padding-left: 15px;

font-weight: bold;
font-size: 18px;
line-height: 21px;
text-decoration: none;

-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;

-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
}


#curvedbutton span{
background: transparent url('htm/images/headline-r.gif') no-repeat top right;
display: block;
padding: 10px 20px 10px 0px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
