/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: rhbInternet.css		       	   */
/* Used with RHB Corporate Home Page		   */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	padding: 0px 0px 0px;
	text-align: center;
	font-size: 12pt;
}

/************** header tag styles **************/
h1{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

/************** paragraph tag styles **************/
p{
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/*************** list tag styles ***************/
ol{

}

ol ol{
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

li{
	padding-bottom: 5px;
}

/*************** table tag styles ***************/
th{
	background-color: #999999;
	text-align: center;
	color: #000000;
}

td{
}

/*************** layout tag styles ***************/

#canvas {
	text-align:left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width: 500pt;
	}

#topborder{
	display: none;
}

#topborder_print{
	display: block;
}

#horzmenu{
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	font-size: 8pt;
}

#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
#bottomborder{
	text-align: center;
	border: none;
	font-size: 8pt;
	padding-bottom: 0px;
}
