html {
	height: 100%;
}
body
{
	font-family: arial,verdana,helvetica,verdana,sans-serif;
	font-size: 12px;
	color:#202020;
	background-color:#d0d0d0;
	margin:0px;
	height: 100%;
}



h1
{
	color: #000000;
	font-size: 20px;
}
h2
{
	color: #000000;
	font-size: 15px;
}
h3
{
	color: #000000;
	font-size: 11px;
	font-weight: Bold;
}
.menu
{
	font-size: 14px; 
	font-weight: bold;
	line-height: 20px;
}

.menuGroup {
    background-image: url('images/menu_group_bg.gif');
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    width: 182px;
    height:23px;
    text-align: left;
    padding-top: 0px;
    padding-left: 23px;
    font-size: 12px;
    font-weight: Bold;
    line-height: 23px;
    margin: 0px;
}

.menuButton {
    background-image: url('images/menu_button_bg.gif');
    background-color: #ffffff;
    color: #909090;
    border: none;
    width: 171px;
    height:24px;
    text-align: left;
    padding-left: 34px;
    font-size: 11px;
    line-height: 21px;
}

a {
	color: #b80a0c;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

a.menu {
	color: #707070;
	text-decoration: none;
    	font-size: 11px;
    	font-weight: Normal;
    	line-height: 21px;
}
a.menu:hover {
	text-decoration: underline;
}
.rightPane {
	border-left: 1px solid #c0c0c0;
	padding-left: 5px; 
	padding-right: 15px; 
	height: 400px;
	font-size: 11px; 
	color: #808080;
}

table {
	background-color: #ffffff;
	margin:0px;
	border-collapse:collapse;
	border-spacing: 0px;
	cell-spacing: 0px;
}
td {
	vertical-align: top;
	padding: 0px;

}
td.top {
	margin:0px;
	padding: 0px;
	width: 1126px; 
	height: 105px;
	background: url('images/coba_header.jpg');

}
td.main {
	padding-left: 25px;
	padding-right: 20px;

}
#integratorTable td {
	border-left: 1px solid #d0d0d0;
	/*background: #e0e0e0;*/
	padding: 10px 20px 10px 20px; 
	width: 50%;
}

ul {
	list-style-type: square;
	color: #b80a0c;
}
.arrowBullet {
	list-style-type: square;
	color: #b80a0c;
}
.bullet {
	vertical-align: middle;
}

.documentDescription {
	width: 140px; 
	text-align: left;
	margin-top: 20px;
}
.documentImageLink {
	margin: 10px 0px 10px 20px;
	text-align: center;
}

hr {
	color: #c0c0c0;
	height: 1px;
}

/* Text styles */
p {
	font-size: 13px;
	font-weight: normal;
}

.textBlack {
	color: #000000;	
}