a:visited {
	color: #333333; 
	text-decoration : none;
}

a:hover {	
	color: #6699CC; 
	text-decoration : none;
}

a:link { 
	color: #333333; 
	text-decoration : none;
}

body { 
	font-family: Verdana, Arial, Helvetica, Tahoma; 
	background-color:#CCCCCC; 
	color: #00003c; 
	font-size: 10px; 
	font-weight: none; 
}

input, select, button {
	font-family: Verdana, Arial, Helvetica, Tahoma; 
	background-color:#CCCCCC; 
	color: #00003c; 
	font-size: 12px; 
	font-weight: none; 
	
}

img {
	text-decoration : none;	
	border : none;	
}

thead,tfoot {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color:#2c3347;
}

tr {
	font-size: 10px;
}

tr.light {
  background-color:#DDDDDD;
  color: #00003c;
};

table.light {
  background-color:#DDDDDD;
  color: #00003c;
};

table.dark {
  background-color:#AAAAAA;
  color: #00003c;
};

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
}

h1 {
	color: #00003c; 
	font-size: 18px; 
	font-weight: bold; 
	text-decoration: none;
}

h2 {
	color: #00003c; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
}

h3 { 
	color: #333333; 
	font-size:11px; 
	font-weight: bold; 
	text-decoration: none;
  line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0 
}

h4 {
	color: #333333; 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none;
	line-height: 30%; 
	margin-top: 0; 
	margin-bottom: 0
}

h5 {
	color: #333333; 
	font-size: 20px; 
	font-weight: bold; 
	text-decoration: none;
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0
}

h6 {
	color: #00003c; 
	font-size: 10px; 
	font-weight: none; 
	text-decoration: none;
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0
}

	td.tpinactive {
		cursor: pointer;
		background-image: url('tpcorner.gif');
		background-repeat: no-repeat;
		background-position:  right top;
	}
	td.tpactive {
		background-color: #CCCCCC;
		color: #00003c;
		border-top-style: solid;
		border-top-color: #00003c; 
		border-top-width: 1;
		border-left-style: solid;
		border-left-color: #00003c; 
		border-left-width: 1;
		border-right-style: solid;
		border-right-color: #00003c; 
		border-right-width: 1;
	}
	td.tp {
		border-bottom-style: solid;
		border-bottom-color: #00003c; 
		border-bottom-width: 1;
		border-left-style: solid;
		border-left-color: #00003c; 
		border-left-width: 1;
		border-right-style: solid;
		border-right-color: #00003c; 
		border-right-width: 1;
		
	}