/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

/* top home/contact link */

.home{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	text-decoration:underline;
}

/* manin menu*/

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

/* For Aslog Technologies */
.aslog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.aslog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.aslog:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	color:#FFFF00;
	text-decoration:none;
}
/* For Aslog Technologies */

/* menu active */

.active_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

/* copyright */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}
/* menu bt */

.menu_bg {
            background-image: url(../images/menu_bg.gif);
			background-repeat:repeat-x;
			}
			
/* body table */	
		
.bodytable_bg {
            background-image: url(../images/table_boxbg.gif);
			background-repeat:repeat-x;
			}
			
.bodytable_bg2 {
            background-image: url(../images/table_box_bg.gif);
			}

/* body table small */		

.bodytablesmall_bg {
            background-image: url(../images/table_smallboxbg.gif);
			}

.bodytablesmall_bg2 {
            background-image: url(../images/table_smallboxbground.gif);
			background-repeat:repeat-x;
			}	

/* bodytext */	

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535456;
	text-align:justify;
	text-decoration:none;
	line-height:18px;
}

.bodytext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535456;
	text-align:justify;
	text-decoration:none;
	line-height:18px;
	padding-right:.6cm;
}
	
.headertext{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration:none;
	padding-left:.2cm;
}