/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.divider {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.style1 {color: #CCCCCC}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
p {line-height:16px;}

ul,ol,li{
	line-height:18px;
}
ol{list-style-type: none;
}
a{text-decoration:none;}

.tabledivide {border-bottom:thin solid #DDDDDD;}

