img { border : none; }

.maintext {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 13px;
	line-height			: 17px;
	text-align			: justify;
	color				: #333333;
}

p.top {
	margin-top			: 0px;
}

p.bottom {
	margin-bottom		: 0px;
}

h3 {	
	font-size			: 13px;
	font-weight			: bold;
	margin				: 0px 0px -6px 0px;
}

.gr8 {
	font-weight			: bold;	
	color				: #5BA300;
}

.pagetitle {
	font-family			: Arial, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 17px;
	margin-bottom		: 6px;
	color				: #960807;
}


.listindent {
	padding-left		: 20px;
}

li {

	padding				: 3px;	
}

table.contenttable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
	background-color	: #FFFFFF;	
	color				: #666666;
	width				: 330px;
}
table.contenttable td { 
	padding				: 2px 2px 2px 4px; 
	border				: solid 1px #98ABAF; 
}

table.contenttable td.right { 
	text-align			: right; 
} 

table.contenttable tr.header	{ font-weight: bold; background-color: #98ABAF; color: #FFFFFF; height: 20px; }
table.contenttable tr.rowlight	{ background-color: #FFFFFF; }
table.contenttable tr.rowdark	{ background-color: #EEEEEE; }



table.formtable { 
	empty-cells			: show;
}
table.formtable table {
	empty-cells			: show;
} 
table.formtable td { 
	color				: #000000;
	padding				: 4px;
} 
table.formtable td.label { 
	width				: 130px;
	font-weight			: bold;
}


.bullettable table {
	border				: none;
} 
.bullettable td { 
	border				: solid 0px red;
	padding				: 6px;
}
.bullettable td.bullet { 
	background-image	: url("../../assets/images/common/bullet/green_6_6.gif");
	background-repeat	: no-repeat;
	background-position	: 8px 13px;
	margin-top			: -4px;
	width				: 16px;
	border				: solid red 0px;
}

.gr8tablerow {
	position			: relative;
	height				: 30px;
	margin-bottom		: 14px;
	border				: solid red 1px;
}
.gr8tabletdbullet {
	position			: relative;
	float				: left;
	width				: 16px;
	padding-top			: 6px;
	border				: solid blue 1px;
}
.gr8tabletd {
	position			: relative;
	float				: left;
	border				: solid blue 1px;
}
