/* CSS Document */
td{
	font-family:Tahoma;
	font-size:11px;
	}

.cap{
	font-family: Tahoma;
	font-size: 11px;
	color: #902687;
	}

.cap1{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	}

.cap2{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	}
	
h1 {
	font-weight: normal;
	font-size: 100%;
	color: #FF003E;
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 100%;
	color: #0D3E7C;
	font-weight: bold;
	}

.space{
 	padding-left: 35px;
	}
	
a:link,a:active{
	text-decoration:none;
    font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	}
	
a:visited{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#D1BAA2;
	}
	
a:hover{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#A8EBCA;
	}

a.pink:link,a.pink:visited,a.pink:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none; 
	color:#E10093;
	}
	
a.pink:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color:#FFFFFF;
	}

a.white:link,a.white:visited,a.white:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none; 
	color:#63480E;
	}
	
a.white:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
	}

a.pink1:link,a.pink1:visited,a.pink1:active{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none; 
	color:#E10093;
	}
	
a.pink1:hover{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#63480E;
	}
	
.logo{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.links{
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.links1{
	background-image: url(../images/link1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.links2{
	background-image: url(../images/link2.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;
}