.specialstable {
				border-top: solid #336699 1px;
				border-bottom: solid #336699 1px;
				border-left: solid #336699 1px;
				border-right: solid #336699 1px;
}

body { 
       			margin-left: 0px;
       			margin-right: 0px;
       			margin-top: 0px;
       			margin-bottom: 0px;
       			font-family : arial, helvetica;
       			font-size: 12px;
				background-color: #FFFFFF;	
				height: 100%;   
}

.white		{ 	color: #FFFFFF;
				font-family : arial, helvetica;
				font-size: 12px;
				text-decoration: none;
}

.title		{ 	color: #0A51A1;
				font-family : arial, helvetica;
				font-size: 14px;
				text-decoration: none;
				font-weight: bold;
				padding-left: 2px;
}

.title2		{ 	color: #0A51A1;
				font-family : arial, helvetica;
				font-size: 14px;
				text-decoration: none;
				font-weight: bold;
}

td, div	 	{
       			color: #000000;
       			font-family : arial, helvetica;
       			font-size: 12px;
				text-decoration: none;				
       			
}

input, select 	{
       			color: #000000;
       			font-family : arial, helvetica;
       			font-size: 11px;       			
}

.textarea 	{
       			color: #000000;
       			font-family : arial, helvetica;
       			font-size: 11px;
				width: 400px;
				height: 200px;       			
}

.longinput {
				color: #000000;
       			font-family : arial, helvetica;
       			font-size: 11px;
				width: 180px;
}

.buttoninput {
				font-size: 10px;
}

.buttonsmall {
				color: #000000;
       			font-family : arial, helvetica;
       			font-size: 10px;
				width: 60px;
}

.navinput {
				color: #000000;
       			font-family : arial, helvetica;
       			font-size: 11px;
				width: 100px;
}

.nav1 {
				padding-bottom: 20px;
}

.nav2 {
				padding-bottom: 5px;
}

.nav3 {
				padding-bottom: 30px;
}

textarea {	
				color: #000000;
       			font-family : arial, helvetica;
       			font-size: 10px;
				width: 400px;
				height: 80px;
}

.lborder {
				border-left: dotted #000000 1px;
}

.color1 {
				background-color: #ffffcc;
}

.color2 {
				background-color:	#e5e5e5;
}

.color3 {
				background-color:	#FEC0C0;
}

.color4 {
				background-color:	#C0FED6;
}

.color5 {
				background-color: #d5d5d5;
}

.color6 {
				background-color: #fffee7;
}


:link img.display { border: 1px solid #000000 }
:visited img.display { border: 1px solid #000000 }
:active img.display { border: 1px solid #FFFFFF }







/* All links */

a:link {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 16px;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 16px;
}

a:visited {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 16px;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 16px;
}