/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
}

#home
{
	background: url("../images/main_bg.gif") repeat-x top;
}

#internal
{
	background: url("../images/internal_bg.gif") repeat-x top;
}

.title
{
	font-family: Arial, sans-serif; 
	color: #0078ae;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.subTitle
{
	font-family: Arial, sans-serif; 
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.whiteTitle
{
	font-family: Arial, sans-serif; 
	color: #000000; 
	font-size: 15px;
	font-weight: bold;
}

.type
{
	font-family: Arial, sans-serif; 
	color: #000; 
	font-size: 12px;
	text-align:justify;
}

.whiteType
{
	font-family: Arial, sans-serif; 
	color: #000000; 
	font-size: 12px;
	text-align:justify;
}

.rightType
{
	font-family: Arial, sans-serif; 
	color: #0078ae; 
	font-size: 12px;
}

.footer
{
	font-family: Arial, sans-serif; 
	color: #0078ae;
	border-top: 1px solid #000000;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

a:link
{
	color:#006699;
}

a:active
{
	color:#006699;
}

a:visited
{
	color:#006699;
}

a:hover
{
	color:#990000;
}