body {
	background-color: #4071A3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}

/*---------------------------- Body Decoration ------------------------------------*/

.Bullet_Blue {
	background-image: url(../Images/Common/Bullet_BlueCircle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

.Navi_Partition {
	background-image: url(../Images/Common/Partition_Navigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Bullet_Orange {

	background-image: url(../Images/Common/Bullet_OrangeCircle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 11px;
}

/*---------------------------- Font Color ------------------------------------*/

.Blue {
	color: #0B3F83;
}

.Orange {
	color: #EE700A;
}
.Black {
	color: #000000;
}

/*---------------------------- Font Size ------------------------------------*/

.Verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.Verdana11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
