/* CSS Document */

body{
	margin: 0px;
	background-color:#ffffff;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-x;*/
	
}
.left_top{
    background-image:url(images/L_T.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.right_top{
	background-image:url(images/R_T.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.bottom_left{
	background-image:url(images/L_B.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bottom_right{
background-image:url(images/R_B.jpg);
background-position:left bottom;
background-repeat: no-repeat;
}
.text{
font-family: Verdana, Tahoma;
font-size:12px;
font-style:normal;
text-decoration:none;
color:#424E3F;
}
.text:hover{
text-decoration:underline;
}

.bottom_text{
font-family: Verdana, Tahoma;
font-size:11px;
font-style:normal;
text-decoration:none;
color:#FFFFFF;
}

.black{
font-family: Verdana, Tahoma;
font-size:12px;
font-style:normal;
text-decoration:none;
color:#000000;
}
.weight
{
font-family: Verdana, Tahoma;
font-size:12px;
font-style:normal;
text-decoration:none;
color:#FFFFFF;
}
.black_heading{
font-family: Verdana, Tahoma;
font-size:13px;
font-style:bold;
text-decoration:none;
color:#000000;
}
.small{
font-family: Verdana, Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
font-style:normal;
padding-left:15px;
}