/* Layout */
body 
{
	background-image: url(/images/common/im_bg_page.gif);
}
.BarColor
{
	background-color:#023885;
}

/* Text */
TD
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #454545;
	line-height:15px;
}
.Text
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #454545;
	line-height:15px;
}
.Title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #023885;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.SubTitle1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #454545;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
.TextNoLink
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #454545;
	line-height:15px;
}
.SmallText
{
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #454545;
	line-height:12px;
}
A 
{  
	font-size:11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	color: #1D46A4; 
	text-decoration: none;
}
A:link
{
    COLOR: #0B63B8; 
	text-decoration: none;
}
A:visited
{
    COLOR: #0B63B8; 
	text-decoration: none;
}
A:hover
{
    COLOR: #6692BC;
    TEXT-DECORATION: underline;
}
A:active
{
    COLOR: #6692BC; 
	text-decoration: underline;
}

/* Sub Navigation */
A.MenuLink
{  
	font-size:11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	color: #0B63B8; 
	text-decoration: none;
}
A.MenuLink:link
{
    COLOR: #0B63B8; 
	text-decoration: none;
}
A.MenuLink:0B63B8
{
    COLOR: #2F74B7; 
	text-decoration: none;
}
A.MenuLink:hover
{
    COLOR: #6692BC;
    TEXT-DECORATION: underline
}
A.MenuLink:active
{
    COLOR: #6692BC; 
	text-decoration: underline
}
A.MenuLinkSelected
{  
	font-size:11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	color: #6692BC; 
	text-decoration: none;
}
A.MenuLinkSelected:link
{
    COLOR: #6692BC; 
	text-decoration: none;
	font-weight: bold;
}
A.MenuLinkSelected:visited
{
    COLOR: #6692BC; 
	text-decoration: none;
	font-weight: bold;
}
A.MenuLinkSelected:hover
{
    COLOR: #6692BC;
    TEXT-DECORATION: underline
}
A.MenuLinkSelected:active
{
    COLOR: #6692BC; 
	text-decoration: underline
}

/* Footer */
A.Footer
{  
	font-size:10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	color: #3D5694; 
	text-decoration: none;
}
A.Footer:link
{
    COLOR: #3D5694; 
	text-decoration: none;
}
A.Footer:visited
{
    COLOR: #3D5694; 
	text-decoration: none;
}
A.Footer:hover
{
    COLOR: #6D86B4;
    TEXT-DECORATION: underline
}
A.Footer:active
{
    COLOR: #6D86B4; 
	text-decoration: underline
}

/* Common Element */
.Bold 
{
	FONT-WEIGHT: bold;
}
p
{
	margin: 0px 0px 10px 0px; 
}
ul
{
	margin: 10px 0px 15px 17px;
}

