@charset "utf-8";
/* for body */
html, body { 
margin: 0px; 
width:100%;
height:auto; 
background-color:#CCCCCC;
} 

/* Ends of body section*/

.left_shadow {
	height:auto;
	width: 18px;
	background-image:url(images/cut_images/left_shadow.jpg);
	background-repeat:repeat;
} 


.right_shadow {
	height:auto;
	width:15px;
	background-image:url(images/cut_images/right_shadow.jpg);
	background-repeat:repeat;
} 

/* top class */
.table_bg1 {
	margin:0 0 0 0;
	background-image:url(images/cut_images/top_bg.jpg);
	}
.table_bg {
	background-color:#FFFFFF;
	}
	
#table_border {
	border:1px solid #dddddd;
	}
	
.img_border {
	border:1px solid #e9e8e8;
	}
	
#border_flash {
	border:2px solid #dddddd;
	}
	
.middle_table{
	margin:10px 0 0 0;
	}
	
#navigation {
	width:855;
	height:28px;
	border-bottom:1px  solid #999999;
	}
/*controals id's*/

.input_box {
	width:100px;
	height:15px;
	background-color:#f4f9fb;
	border:1px solid #acdef2;
	margin:0 0 2px 0;
	}
	
	
.background {
	background-color:#f9f9f9;
		border:1px solid #f0efef;
	}
	
.background_two {
	background-color:#f9f9f9;
	background-repeat:repeat;
	margin:0 20px 0 20px;
	border:1px solid #f0efef;
	}
/*Ends controals id's*/

/*Story Text*/
.input_text {
	font-family:arial;
	font-size:12px;
	color:#000000;
	padding:5px 2px 0 2px;
	}
	
.heading {
	font-family:verdana;
	font-size:12px;
	color:#333333;
	font-weight:bolder;
	padding:0 0 0 142px;
	}	
	
.heading_two {
	font-family:verdana;
	font-size:12px;
	color:#333333;
	font-weight:bolder;
	padding:0 0 0 5px;
	}
	
.story_text {
	font-family:arial;
	font-size:12px;
	color:#333333;
	padding:5px 5px 5px 5px;
	text-align:justify;
	}
/*Links classes*/

a.one:link {
	font-family:arial;
	font-size:12px;
	color: #666666; text-decoration: none;
	}
	
a.one:visited {	
	
	font-family:arial;
	font-size:12px;
	color:#666666; text-decoration: none;
	}
a.one:hover {
	
	font-family:arial;
	font-size:12px;
	color: #0099ff;
	text-decoration: underline;
	}

a.two:link {
	font-family:arial;
	font-size:12px;
	color: #0099FF; text-decoration: none;
	}
	
a.two:visited {	
	
	font-family:arial;
	font-size:12px;
	color:#0033FF; text-decoration: none;
	}
a.two:hover {
	
	font-family:arial;
	font-size:12px;
	color: #0099ff;
	text-decoration: underline;
	}

a.three:link {
	font-family:arial;
	font-size:12px;
	color: #003399; text-decoration: none;
	}
	
a.three:visited {	
	
	font-family:arial;
	font-size:12px;
	color:#003399; 
	text-decoration: none;
	}
a.three:hover {
	
	font-family:arial;
	font-size:12px;
	color: #0099ff;
	text-decoration: underline;
	}
.footer_text {
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-image:url(images/cut_images/footer.JPG);
	background-repeat:repeat;

	}