/* CSS Document */



html,body {



margin:0;

padding:0;

height:100%;

width:100%;

background-color: #f1f1f1;
background-image: url(images/mainbg.png);
background-position: top center;
background-repeat: repeat-x;

}



table.full-height {



height:100%;

width:100%;

border:0px;



}



table {



	font-family: Arial, Tahoma, Verdana;

	font-size: 12px;

	color: #336699;

	line-height: 22px;

}



p {



	font-family: Arial, Tahoma, Verdana;

	font-size: 12px;

	color: #336699;

	line-height: 22px;

}

h1 {

	font-size: 14px;

}

h2 {

	font-size: 13px;

}



a {

	color: #ff9900;

	text-decoration: none;

}



a:hover {

	color: #ff9900;

	text-decoration: underline;

}