﻿
a.link
{
     color: orange;
}
a.TopMenu
{
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.TopMenu:link
{
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.TopMenu:hover
{
    
    color: #993300;
	text-decoration: underline;
}
/*a.TopMenu:visited
{    
    color: red;  
	text-decoration: underline;
}*/

a.TopMenu:active
{
  /* background:url(images/Tab2_vn_Active.gif);*/
}

a.LeftMenu
{
    color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}
a.LeftMenu:hover
{
    color: #993300;
	text-decoration: underline;
}
h1,h2,h3
{
	color: Green;
	margin: 2px;
	padding: 2px;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 140%;
}
h3
{
	font-size: 120%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: solid 2px Green;
}
h3.subTitle
{
	font-size: 120%;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom: dotted 1px Green;
}
input[type="text"],input[type="password"]
{
	width: 210px;
}
input[type="checkbox"]
{
	margin-left: 0px;
}
select
{
	width: 216px;
	height: 22px;
}
.required
{
    color:#FF0000;
}