/* Header Part */

#top1back {
	background-image:url(images/top-back.gif);
	background-repeat:repeat-x;
}	
.menulink {
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#575b5e;
}	
.heightmenu {
	height:20px;
}	

/* Body part */

#mainbody {
	background-image:url(images/body-back.gif);
	background-repeat:repeat-y;
}	
#toppart1 {
	background-image:url(images/top-img.jpg);
	background-repeat:no-repeat;
	height:305px;
}	
#toppart2 {
	background-image:url(images/top-img-2.jpg);
	background-repeat:no-repeat;
	height:266px;
}	
.width172 {
	width:172px;
}
.width114 {
	width:112px;
}	
.width326 {
	width:326px;
}	

/* Footer Part */

#footerback {
	background-image:url(images/footer-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}	
.footerlink {
	color:#5D6168;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
}

/* Mixed part */

.boldtext {
	font-weight: bold;
}	
.footerlink, .menulink {
	text-decoration:none;
}
.footerlink:hover, .menulink:hover {
	text-decoration: underline;
}		

/* General CSS Document */

p {
	padding-top:10px;
	margin:0px;
}	
body {
	margin:0px;
	background-color: #ffffff;
	color: #555345;
}
table {
	border:0px;
}	
td, div {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #555345;
	text-decoration: none;
}
#externalcontainer {
	width:783px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
	color: #555345;
}
.width90per {
	border:0px;
	width:90%;	
}	
.width100per {
	border:0px;
	width:100%;	
}		
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}
