/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images_newdesign/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b1f5f;
}




.orangeText
{
	font-family:  Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF4900;
}


.headerText
{
	font-family: bold Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size:  16px;
	color: #FFD908;
	
}


.orangeTextSmall
{
	font-family:  Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF4900;
}

p, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 160%;
}

strong {
	color: #FFFFFF;
}

.list1 {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images_newdesign/homepage08.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

img.border {
	padding: 2px;
	border: 1px solid #004F78;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}



.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images_newdesign/homepage02.jpg) repeat-x left top;
}

/** MENU */

#menu {
	background: url(images_newdesign/homepage04.jpg) no-repeat left top;
}

#menu a {
	text-decoration: none;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: url(images_newdesign/bg01.jpg) no-repeat left top;
}

.subpage1 #page {
	background-image: url(images_newdesign/bg1_01.jpg);
}

.subpage2 #page {
	background-image: url(images_newdesign/subpage2_01.jpg);
}

/** FOOTER */

#footer {
	padding: 10px 0px;
}

#footer p {
	text-align: center;
	color: #136995;
}

#footer a {
	color: #136995;
}

/** BOX STYLE A */



.boxA .title {
	background: url(images_newdesign/subpage1_02.jpg) no-repeat left top;
}

.boxA .title h2 {
	height: 30px;
	margin: 0px;
	padding: 12px 0px 0px 20px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxA .content {
	background: url(images_newdesign/subpage1_04.jpg) no-repeat left top;
}



/** BOX STYLE D */



.boxD .title {
	background: url(images_newdesign/subpage1_002.jpg) no-repeat left top;
}

.boxD .title h2 {
	height: 30px;
	margin: 0px;
	padding: 12px 0px 0px 20px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxD .content {
	background: url(images_newdesign/subpage1_004.jpg) no-repeat left top;
}


/** BOX STYLE B */

.boxB {
	background: url(images_newdesign/subpage1_07.jpg) no-repeat left bottom;
}

.boxB .title {
	background: url(images_newdesign/subpage1_05.jpg) no-repeat left top;
}

.boxB .title h2 {
	height: 30px;
	margin: 0px;
	padding: 12px 0px 0px 20px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}



/** BOX STYLE C */

.boxC {
	background: url(images_newdesign/subpage2_02.jpg) no-repeat left bottom;
}

.boxC .title {
}

.boxC .title h2 {
	height: 30px;
	margin: 0px;
	padding: 25px 0px 0px 31px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxC .content {
}



