/* Default CSS Stylesheet for a new Web Application project */



.SubTable
{
	background-color: #EEEEFF;
    border-style:solid;
    border-color:Black;
    border-width:1;
	color:Black;		 
	font-family: Tahoma;
	font-size:12px;
	padding:0;
}

.SubTableAlt
{
	background-color: #DDDDEE;
    border-style:solid;
    border-color:Black;
    border-width:0;
	color:Black;		 
	font-family: Tahoma;
	font-size:12px;
	padding:0;
}

.SubTableHeader
{
	background-color: #3333AA;
	font-family: Tahoma;
	color:White;
}


A:link{color: white;}
A:visited{color: white;}

A.int:link{ color: blue;}
A.int:visited{ color: blue;}
A.int:hover{ color: blue;}


DIV.ext A.ext:link { color: white;}
DIV.ext A.ext:visited { color: white;}
DIV.ext A.ext:active { color: White;}

