/* ----- Font Style ----- */

body, table, input, select, textarea{
	font-size: 9pt;
	font-family: Tahoma;
}

/* ----- Link Style ----- */

a:link{
	color:#003366;
	text-decoration:none;
}

a:visited{
	color:#003366;
	text-decoration:none;
}

a:hover{
	color: #FF0000;
	font-weight:bold;
}

/* ----- Main Style ----- */

table.tblMain{
	color: #ffffff;
	border:3px solid #000000;
}

td.tblMain{
	height: 25;
	color: #ffffff;
	background-color: #366888;
	background-image: url('../subject.gif');
}

td.tblMain-active{
	height: 25;
	color: #ffffff;
	background-color: #d82327;
	background-image: url('../subject3.gif');
}

td.tblMain-over{
	height: 25;
	background-color: #26d03a;
	background-image: url('../subject2.gif');
}

/* ----- Main Menu Style ----- */

td.tblMainMenu{
	color: #ffffff;
	background-color: #276287;
}

td.tblMainMenu-active{
	height: 25;
	color: #ffffff;
	background-color: #d82327;
}

td.tblMainMenu-over{
	background-color: #26d03a;
}

a.linkMenu, a:visited.linkMenu, a:hover.linkMenu{
	color: #FFFFFF;
}

/* ----- Dialog Style ----- */

table.tblDialog{
	border:3px solid #000000;
}

td.tblDialog{
	color: 000000;
	background-color: #ffffff;
}

/* ----- Dialog2 Style ----- */

table.tblDialog2{
	border:3px solid #000000;
}

td.tblDialog2{
	color: 000000;
	background-color: #f0f0f0;
}