/* CSS Document */
a:link { color:0072BC; text-decoration:none; }
a:visited { color:0072BC; text-decoration:none; }
a:hover { color: EA4333; text-decoration:underline; }

.txtTopMenu
	{
	font-family: tahoma;
	color: white;
	font-size:11px;		
	display:block;
	font-weight:bold;
	text-decoration:none;
	}

a.txtTopMenu
	{
	color:#0072BC;
	display:block;
	text-decoration:none;
	height:23px;
	line-height:20px;
	font-weight:bold;
	}
a.txtTopMenu:visited
	{
	color:#0072BC;
	display:block;
	text-decoration:none;
	height:23px;
	line-height:20px;
	font-weight:bold;
	}
a.txtTopMenu:hover
	{
	color:white;
	background-color:#545454;
	display:block;
	height:23px;
	font-weight:bold;
	text-decoration:none;
	}
	
.txtNormal
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#404040;
	line-height:16px;
	}

.txtNormal2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;	
	}

.txtMainTitle
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#EA4333;
	letter-spacing:.5pt;
	}

.txtSubTitle
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0072BC;
	line-height:30px;
	}
	
.txtRed
	{
	color:EA4333;
	}

.txtBlue
	{
	color:0072BC;
	}

.txtBox
	{
	border-style:solid;
	border-color:D4D0C8;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:6D6D6D;
	font-size:10px;
	}

.btn
	{
	border-style:solid;
	border-color:B2DEEB;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:EA4333;
	font-size:10px;
	background-color:#FFFFFF;
	cursor:hand;	
	}

.txtFooter
	{
	font-family:'trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B3CADD;
	}
