@charset "utf-8";
/* CSS Document */
body{
	background: #FFFFFF url(images/baground.jpg) repeat-x;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#full_page{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
.Normal_Link-1 {
 font-family: Arial; 
 font-size: 16px;
 color: #4B3C00;
 text-decoration: none;
 border: medium none;
 font-weight:bold;
}
a.Normal_Link-1:hover {
 font-family: Arial; 
 font-size: 16px;
 color: #FF0000;
 text-decoration: none;
 border: medium none;
 font-weight:bold;
}
.Normal_link-2 {
font-family: Arial;
font-size:14px;
color: #333333;
text-decoration: none;
font-weight:bold;
}
a.Normal_link-2:hover {
font-family:Arial;
font-size:14px;
color: #993300;
text-shadow: 0 0 10px #7A7A7A;
text-decoration: none;
font-weight:bold;
}
.Normal_link-3 {
font-family: Arial;
font-size:14px;
color: #666666;
text-decoration: none;
font-weight: normal;
}
a.Normal_link-3:hover {
font-family:Arial;
font-size:14px;
color: #990000;
text-decoration: none;
font-weight: normal;
}

.Normal_link-4 {
font-family: Arial;
font-size:13px;
color: #000000;
text-decoration: none;
font-weight:bold;
}
a.Normal_link-4:hover {
font-family:Arial;
font-size:13px;
color: #000000;
text-decoration: underline;
font-weight:bold;
}



.font_1 {
 font-family: Arial; 
 font-size:16px;
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 border: medium none;
}
.font_2 {
 font-family: Arial; 
 font-size:14px;
 color: #333333;
 text-align:justify;
 font-weight: normal; 
 text-decoration: none;
}
.font_3 {
 font-family: Verdana; 
 font-size:18px;
 color: #006666;
 text-shadow: 0 0 10px #CDCDCD;
 font-weight: bold; 
 text-decoration: none;
}
.font_4 {
 font-family: Arial; 
 font-size:16px;
 color: #993300;
 text-align:justify;
 font-weight: normal; 
 text-decoration: none;
}
.font_5 {
 font-family: Arial; 
 font-size:16px;
 color: #FFFFFF;
 font-weight: bold; 
 text-decoration: none;
 border: medium none;
}

.link_menu
	{
	    height:49px;
	    line-height:49px;
		background:url(images/footer.jpg) repeat-x;
	     
	    position:relative;
        font-family:Arial;
		font-weight:bold;
	    font-size:14px;
	}
	.link_menu ul
	{
	    padding:0px;
	    margin:0;
	    list-style:none;
	}
	.link_menu ul li
	{
	    padding:0;
	    margin:0;
	    float:left;
	    background: url(images/footer.jpg) repeat-x;
	}
	.link_menu ul li a
	{
	    color: #000000;
	    display:block;
	    text-decoration:none;
	    padding:0 25px;
	}
	.link_menu ul li a:hover
	{
	    background: url(images/footer_1.jpg) repeat-x;
	    color:#000;
	}

/*------------Rounded Corner--------------*/
.rounded_corner
	{
	    background:  #FFFFFF;
	    border:1px solid  #393939;
	    padding:10px;
	    color: #FFFFFF;
	    width:900px;
	    margin:auto;
	    border-radius:9px;
		}
/*...........Vertical  Menu........................*/

.menu_div ul
02	{
03	    padding:8px;
04	    margin:0px;
05	    font-family:Arial, Helvetica, sans-serif;
06	    font-size:15px;
07	    color:#FFF;
08	    list-style:none;
09	    text-indent:15px;
10	    background:#333333;
11	}
12	.menu_div ul li
13	{
14	    background:#333333;
15	    line-height:28px;
16	    border-bottom:1px solid #000;
17	}
18	.menu_div ul li a
19	{
20	    text-decoration:none;
21	    color:#FFF;
22	    display:block;
23	}
24	.menu_div ul li a:hover
25	{
26	    background:#3ea5ea;
27	}
28	.menu_div ul li#active
29	{
30	    background:#3ea5ea;
31	}

/*--------glow-----------*/
.text
	{
	text-shadow: 0 0 10px #c61a1a;
	font-size:15px;
	color:#c61a1a;
	}
/*------------------*/
.main_div
	{
	width:400px;
	height:300px;
	background-color:#999;
	}
	.font
	{
	text-shadow: -1px -1px #FFF,1px 1px #333;
	font-size:20px;
	font-family:Arial;
	text-align:center;
	color:#999;
	}



