@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-image: url(../images/main_bg.jpg); background-position:top center; background-repeat:repeat; 
}

a {outline:none;}

h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px; }

a.regular:link {color:#333333; text-decoration:underline; }


a.regular:visited {color:#333333; text-decoration:underline; }


a.regular:active {color:#333333; text-decoration:underline; }


a.regular:hover {color:#999999; text-decoration:underline; }

form {
	margin:0px;
	padding:0px;
}

.bubble {width:135px; height:110px; padding-left:20px; padding-top:20px; padding-right:20px; background-image:url(../images/bubble.png); display:none; font-size:12px; display:none; }

ul
{
	margin:0px;
	padding-top: 0px;
	padding-left: 10px;
}
ul li
{
	padding:5px 0px 5px 0px;
}