body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	background-repeat: repeat-x;
	background-color: #FBFBFB;
}

h2 {
	margin-top: 8px;
	margin-bottom:6px;
}

h3 {
	margin-top: 8px;
	margin-bottom:2px;
}

.title {
	margin-top: 0px;
	margin-bottom:2px;
	color: #0F8BFF;
	font-weight: normal;
}

h4 {
	margin-top: 8px;
	margin-bottom:2px;
}

textarea {
	width: 700px;
	height: 300px;
	cols: 60;
	rows: 20;
}

hr {
	border: 0;
	color: #bbbbbb;
	background-color: #bbbbbb;
	height: 1px;
	width: 100%;
}

.tabarea {
	border: 1px solid #A8B1BA;
	border-width:0px 1px 1px 1px;
	border-spacing: 12px;
	background-repeat: repeat-x;
}

ul
  {
  margin: 1em;
  padding: 0;
  }
li
  {
list-style-type: square;
  margin: 0;
  padding: 0;
  }

.bullet{
	margin-top: 0;
	padding-top: 1em;
	margin-bottom: 0;
	padding-bottom: 1em;	
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0px;
}

table {
	text-align: left;
	text-valign: top;
	font-size: 10pt;
}

.codebox{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-style: solid;
}

td
{
	border-style: none;
}

/* Shadow table */

.shadow_tl {
	width: 5px;
	height: 5px;
	background-image:url("../img/shadow_topleft.png");	
}

.shadow_tr {
	width: 5px;
	height: 5px;
	background-image:url("../img/shadow_topright.png");	
}

.shadow_bl {
	width: 5px;
	height: 5px;
	background-image:url("../img/shadow_bottomleft.png");	
}

.shadow_br {
	width: 5px;
	height: 5px;
	background-image:url("../img/shadow_bottomright.png");	
}

.shadow_t {
	height: 5px;
	background-image:url("../img/shadow_top.png");	
}

.shadow_b {
	height: 5px;
	background-image:url("../img/shadow_bottom.png");	
}

.shadow_l {
	width: 5px;
	background-image:url("../img/shadow_left.png");	
}

.shadow_r {
	width: 5px;
	background-image:url("../img/shadow_right.png");	
}

/* Box Table */

.boxcontents {
	text-align: left;
	text-valign: top;
	font-size: 10pt;
	background-image:url("../img/bg_box.png");
	background-position: center bottom;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.box2_tl {
	width: 5px;
	height: 21px;
	background-image:url("../img/box_header2_left.png");
}

.box2_t {
	height: 21px;
	background-image:url("../img/box_header2_mid.png");
}

.box2_tr {
	width: 5px;
	height: 21px;
	background-image:url("../img/box_header2_right.png");
}

.box_tl {
	width: 5px;
	height: 22px;
	background-image:url("../img/box_header_left.png");
}

.box_t {
	text-valign: center;
	height: 22px;
	background-image:url("../img/box_header_mid.png");
}

.box_tr {
	width: 5px;
	height: 22px;
	background-image:url("../img/box_header_right.png");
}

.box3_tl {
	width: 3px;
	height: 3px;
	background-image:url("../img/box_topleft.png");
}

.box3_t {
	text-valign: center;
	height: 3px;
	background-image:url("../img/box_top.png");
}

.box3_tr {
	width: 3px;
	height: 3px;
	background-image:url("../img/box_topright.png");
}

.box_r {
	width: 3px;
	background-image:url("../img/box_right.png");
}

.box_l {
	width: 3px;
	background-image:url("../img/box_left.png");
}

.box_bl {
	width: 3px;
	height: 3px;
	background-image:url("../img/box_bottomleft.png");
}


.box_b {
	height: 3px;
	background-image:url("../img/box_bottom.png");
}

.box_br {
	width: 3px;
	height: 3px;
	background-image:url("../img/box_bottomright.png");
}

img {
	border: 0;
}

a:active {
	color: #0F8BFF;
	text-decoration: none;
}

a:visited {
	color: #0F8BFF;
	text-decoration: none;
}

a:link {
	color: #0F8BFF;
	text-decoration: none;
}

a:hover {
	color: #0F8BFF;
	text-decoration: underline;
}

.plain:active  {
	color: #000000;
	text-decoration: none;
}

.plain:visited  {
	color: #000000;
	text-decoration: none;
}

.plain:link  {
	color: #000000;
	text-decoration: none;
}

.plain:hover  {
	color: #000000;
	text-decoration: underline;
}

.tabtitle:active  {
	color: #000000;
	text-decoration: none;
}

.tabtitle:visited  {
	color: #000000;
	text-decoration: none;
}

.tabtitle:link  {
	color: #000000;
	text-decoration: none;
}

.tabtitle:hover  {
	color: #888888;
	text-decoration: none;
}

copyright {
	font-size: 9px;
}

