/* CSS Document */
td{
	font-family:Tahoma;
	font-size:11px;
	color: #90A500;
	}

.cap{
	font-family: Tahoma;
	font-size: 10px;
	color: #D0EE00;
	}

.capgray{
	font-family: Verdana;
	font-size: 11px;
	color: #D3D3D3;
	}

.capred{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	}
	
h1 {
	font-weight: normal;
	font-size: 140%;
	color: #F76621;
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 110%;
	color: #DEFF00;
	font-weight: bold;
	}

a:link,a:active{
	text-decoration: underline;
    font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color: #CC0000;
	}
	
a:visited{
	text-decoration:underline;
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color: #F76521;
	}
	
a:hover{
	text-decoration:underline;
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color:#F76521;
	}

a.gray:link,a.gray:active{
	text-decoration:none;
    font-family: Verdana;
	font-size: 9px;
	color:#A1A1A1;
	}
	
a.gray:visited{
	text-decoration:none;
	font-family: Verdana;
	font-size: 9px;
	color:#FFFFFF;
	}
	
a.gray:hover{
	text-decoration:underline;
	font-family: Verdana;
	font-size: 9px;
	color:#355D00;
	}

a.white:link,a.white:active{
	text-decoration:underline;
    font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	}
	
a.white:visited{
	text-decoration:underline;
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	}
	
a.white:hover{
	text-decoration:underline;
	font-family: Arial;
	font-size: 11px;
	color:#F76521;
	}
	
a.green:link,a.green:visited,a.green:active{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none; 
	color:#57A000;
	}
	
a.green:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#63480E;
	}

a.green1:link,a.green1:visited,a.green1:active{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none; 
	color:#60AD00;
	}
	
a.green1:hover{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#CFE302;
	}
	
.header02{
	background-image: url(../images/header02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #292829;
}

.logo01{
	background-image: url(../images/logo01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #292829;
}

.logo02{
	background-image: url(../images/logo02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #292829;
}

.box{
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 60px;
	padding-left: 10px;
	background-color: #292829;
}

.box01{
	background-image: url(../images/box01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 55px;
	padding-left: 10px;
	background-color: #292829;
}

.readmore02{
	background-image: url(../images/readmore02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.readmore03{
	background-image: url(../images/readmore03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.content{
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 40px;
}

.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-color: #E5E5E5;
}