.style2 {font-size: 14}

.style4 {
	font-size: xx-large;
	color: #FF0000;
}
.style6 {color: #000000}
.style7 {color: #FFFFFF;
		bgcolor:#999966;
		}
.style8 {
	font-family: "Lucida Handwriting", "Lucida Sans Unicode";
	font-weight: bold;
	font-size:16px;
}

body   { margin: 0; 
		padding: 0;
		background-color:#777777;
		font-family:Arial, Helvetica, sans-serif
		}
		
normal	{
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:14px;
}

table	{
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:14px;
		}

td	{
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:14px;
}

td.note	{
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		background-color:#999966;
		font-size:10px;
}

.dsp {
	line-height: 200%;
	}

.lhsp {
	line-height: 150%;
	}

.ssp {
	line-height: normal;
	}

.menu {
	color:#777777;
	}

hr { 
	line-height:0.5em;
	border:none;
	color:#999999;
	}

A:link		{		
	color:			#777777;		
	text-decoration:none;
	font-weight:bold;
	}		
	
A:active	{		
	color:			777777;		
	text-decoration:none;	
	font-weight:bold;	
	}		
		
A:visited	{
	color:			#777777;
	text-decoration:none;
	font-weight:bold;
	}
	
A:hover		{
	color:			#000000;
	text-decoration:none;
	font-weight:bold;
	}		
	
A.inv:link		{		
	color:			#000000;		
	text-decoration:none;
	font-weight:bold;
	}		
	
A.inv:active	{		
	color:			#000000;		
	text-decoration:none;	
	font-weight:bold;	
	}		
		
A.inv:visited	{
	color:			#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
A.inv:hover		{
	color:			#777777;
	text-decoration:none;
	font-weight:bold;
	}		
	
A.menu:link		{		
	color:			#ffffff;		
	text-decoration:none;
	font-weight:bold;
	}		
	
A.menu:active	{		
	color:			#ffffff;		
	text-decoration:none;	
	font-weight:bold;	
	}		
		
A.menu:visited	{
	color:			#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
A.menu:hover		{
	color:			#777777;
	text-decoration:none;
	font-weight:bold;
	}		
	
A.bw:link		{		
	color:			#000000;		
	text-decoration:none;
	font-weight:bold;
	}		
	
A.bw:active	{		
	color:			#000000;		
	text-decoration:none;	
	font-weight:bold;	
	}		
		
A.bw:visited	{
	color:			#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
A.bw:hover		{
	color:			#ffffff;
	text-decoration:none;
	font-weight:bold;
	}		

A.wb:active	{		
	color:			#ffffff;		
	text-decoration:none;	
	font-weight:bold;	
	}		
		
A.wb:visited	{
	color:			#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
A.wb:hover		{
	color:			#A5C7E2;
	text-decoration:none;
	font-weight:bold;
	}		

/* button styles */
a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(images/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}

a.button:link, a.button:visited {
	color: #002577;
	}

a.button:hover, a.button:active {
	background-position: 0 -36px;
	color: #FF7200;
	}
	
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: #5F5F5F;
	cursor: default;
	}
	
.icon {
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 5px 18px;
	}

a.button:hover .icon, a.button:active .icon {
	background-position: 0 -28px;
	}
	
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
	background-position: 0 -56px;
	}
	
A.wb:link		{		
	color:			#ffffff;		
	text-decoration:none;
	font-weight:bold;
	}		
	
#BarRT {
	background-color:#3399FF;
	height:auto;
	width:50px;
	float:right;
	}

#left {
	float:left;
	width:45%;
	padding:1em;
	}
		
#Notice {
	background-color: #3399CC; 
	border-left: solid #006699; 
	width:55; 
	height: 600px;
	float:right;	
	writing-mode: tb-rl;
	clear:right;
	}

#note {
	background:#FFFFCC;
	border: #666666 dashed thin;
	padding-top:.5em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:.5em;
	}
	
#container {
	clear: both;
	}
	
.float-right {
	float:right;
	width:235px;
	height:322px;
	}
	
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
  
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
  