/* CSS Document */

/*********** basic ****************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a:link{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;

}
h1{
font-size: 16pt;
	color: #0099CC;
}

h2{
font-size: 12pt;
	color: #0099CC;
}
h3{
font-size: 11pt;
	color: #FFFFFF;
}
h4{
font-size: 11pt;
	color: #FF6600;
}

h5{
font-size: 10pt;
	color: #666666;
}
/*********** topNavigation table****************/

table.topNav{
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

/*********** leftNavigation****************/
td.leftNav{
	padding-bottom: 7px;


}

td.leftBorder{
}

/*********** rightNavigation****************/

td.rightLoginBG{
	background-image: url(/images/home/loginBox.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*********** Main Body****************/

td.mainBody{
	padding-right: 14px;
	padding-left: 2px;
	padding-top: 3px;



}
/***********Partner Table****************/

table.partnerTable td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-top: 20px;


	
}

