/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	height:100%;
}

table {
	font-family: Arial,sans-serif;
	line-height: 1.166;
	font-size: 13px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #CC0000;
}

hr{
	color: #333333;
}