/*

kardiak .css layut file
 
28/08/03 mrb Created

*/

body
{
	font: 					8pt Verdana, Helvetica, Arial, sans-serif; 
	font-weight:			bold;
	
	color: 					#000000;
	background:				#FFFFFF;
}

/* Div tags */


.p
{	
	margin:					5px;
}

/* Links */

:link 
{ 
	font-weight:		bold; 
	text-decoration: 	none; 
	color: 				#6060dd; 
}  

a:visited 
{ 
	font-weight:		bold; 
	text-decoration: 	none; 
	color: 				#ff80aa0; 
}

a:active 
{ 
	font-weight:		bold; 
	text-decoration: 	underline; 
	color: 				#000000; 
}

a:hover 
{ 
	font-weight:		bold; 
	text-decoration: 	underline;
	color: 				#109910; 
}

table 
{
	font-family: 		Verdana; 
	font-size: 			8pt; 
	font-style: 		normal; 
	font-weight: 		normal; 
	color: 				#000000; 
	background-color: 	#FFFFFF;
	border:				1px;
	border-color:		#E0861D;
	border-style:		solid;
}

th
{
	font-family: 		Verdana; 
	font-size: 			8pt; 
	font-style: 		normal; 
	font-weight: 		normal; 
	color: 				#000000; 
	background-color: 	#FFFFFF;
}


