/* Default CSS Stylesheet for a new Web Application project */

.normal
{
	color: #839FE4;
	font-family: Tahoma;
	font-size: 12px;
}

.normalbold
{
	color: #839FE4;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
}

.erroryellow
{
	color: Yellow;
	font-family: Tahoma;
	font-size: small;
}

li
{
	color: #839FE4;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
}

.normalbig
{
	color: #839FE4;
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
}

A
{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
A:link
{
	color: white;
	text-decoration: underline;
}

hr
{
	color: White;
	height: 1px;
	width: 128px;
	border: solid 1px white;
}

.trblack
{
	background-color: Black;
	font-size: 85%;
	color: #839FE4;
	display: table-row;
}

.trblue
{
	background-color: #839FE4;
	font-size: 85%;
	color: Black;
	display: table-row;
}
.tdpadding
{
	padding: 10px 10px 10px 10px;
}
