/* ---( base )------------------------------------ */

	body {
	background-color: #003d7d;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg-01.jpg);
}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #555556;
	font-size: 12px;
}

/* ---( layout )------------------------------------ */

	.body-01  {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}

	.nav-bg {
	background-image: url(images/nav-bg-01.jpg);
	background-repeat: repeat-x;
	height: 46px;
}

	.footer-bg {
	background-image: url(images/footer-stroke-01.jpg);
	background-repeat: repeat-x;
	height: 9px;
}

	.login {
	height: 72px;
	width: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1a599c;
	border-bottom-color: #1a599c;
	background-color: #014186;
	color: #afc8e2;
	font-size: 11px;
}

	.login-left {
	background-image: url(images/login-02.jpg);
	background-repeat: repeat-y;
	width: 11px;
}

	.login-right {
	background-image: url(images/login-05.jpg);
	background-repeat: repeat-y;
	width: 11px;
}

	.box-01 {
	background-image: url(images/conculting-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 11px;
}

	.box-02 {
	background-image: url(images/support-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 11px;
}

	.box-03 {
	background-image: url(images/services-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 11px;
}

	.box-04 {
	background-image: url(images/conculting-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 12px;
}

	.box-05 {
	background-image: url(images/support-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 12px;
}

	.box-06 {
	background-image: url(images/services-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 19px;
	color: #562900;
	font-size: 12px;
}

	.box-07 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003d7d;
	border-right-color: #003d7d;
	border-bottom-color: #003d7d;
}

	.box-08 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003d7d;
	border-bottom-color: #003d7d;
}

	.box-09 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #003d7d;
	border-bottom-color: #003d7d;
}

	.box-10 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7d;
}

	.box-11 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003d7d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7d;
}

	.box-12 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #e57106;
}

	.box-13 {
	padding-right: 10px;
	padding-bottom: 10px;
}

	.box-14 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

	.box-15 {
	padding-bottom: 10px;
	padding-left: 10px;
}

	.box-16 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7d;
}


	.justify {
	text-align: justify;
}

	input.btn {
   	color:#ffffff;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#346497;
   	border:1px solid #ffffff;
}
	
	input.btnhov{
	color:#003d7d;
   	background-color:#ffffff;
}

/* ---( text )------------------------------------ */


	ul {
	padding-left: 16px;
	list-style-type: disc;
	margin-top: 5px;
	}
	

	.footer  {
	color: #809ebe;
	font-size: 11px;
}

	.orange-01  {
	color: #e57004;
	font-weight: bold;
	text-transform: uppercase;
}

	.orange-02  {
	color: #e57004;
	text-transform: uppercase;
	font-size: 18px;
}

	.orange-03  {
	color: #e57004;
	font-weight: bold;
}

	.blue-01  {
	color: #004c9f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

	.blue-02  {
	color: #57a4f9;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

	.blue-03  {
	color: #003d7e;
	font-weight: bold;
}



/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #00438a;
}

	a:hover {
	color: #e57004;
	text-decoration: none;
}

	a.nav-01:link, a.nav-01:active, a.nav-01:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

	a.nav-01:hover {
	color: #5facff;
	text-decoration: none;
}

	a.nav-02:link, a.nav-02:active, a.nav-02:visited {
	color: #809ebe;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}

	a.nav-02:hover {
	color: #ffffff;
	text-decoration: none;
}

	a.nav-03:link, a.nav-03:active, a.nav-03:visited {
	color: #5facff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

	a.nav-03:hover {
	color: #5facff;
	text-decoration: none;
}

	a.link-02:link, a.link-02:active, a.link-02:visited {
	color: #00438a;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

	a.link-02:hover {
	color: #5facff;
	text-decoration: none;
}

	a.link-03:link, a.link-03:active, a.link-03:visited {
	color: #00438a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

	a.link-03:hover {
	color: #5facff;
	text-decoration: none;
}

	a.link-04:link, a.link-04:active, a.link-04:visited {
	color: #e57106;
	text-decoration: none;
	font-weight: bold;
}

	a.link-04:hover {
	color: #683200;
	text-decoration: none;
}

	a.link-05:link, a.link-05:active, a.link-05:visited {
	color: #683200;
	text-decoration: none;
	font-weight: bold;
}

	a.link-05:hover {
	color: #683200;
	text-decoration: none;
}

	a.link-06:link, a.link-06:active, a.link-06:visited {
	color: #e57106;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

	a.link-06:hover {
	color: #683200;
	text-decoration: none;
}

	a.link-07:link, a.link-07:active, a.link-07:visited {
	color: #555556;
	text-decoration: none;
	font-size: 11px;
}

	a.link-07:hover {
	color: #6D7DC9;
	text-decoration: underline;
}

	a.link-08:link, a.link-08:active, a.link-08:visited {
	color: #ffffff;
	text-decoration: none;
}

	a.link-08:hover {
	color: #707a92;
	text-decoration: underline;
}
