/* CSS Document */
	.menuFont{
		font-family: Arial;
		font-size: 14px;
		color:#CCCCCC;
	}
	.textFont{
		font-family: Arial;
		font-size: 12px;
		color:#CCCCCC;
		
	}
	.textHeader{
		font-family: Arial;
		font-size: 14px;
		color:#CCCCCC;
		font-weight: bold;
	}

	.menuLink{
		font-family: Arial;
		font-size: 14px;
		color:#CCCCCC;
		text-decoration:none;
	}
	.textLink{
		font-family: Arial;
		font-size: 12px;
		color:#FFFFFF;
		text-decoration: underline;
	}
	.textDesc{
		font-family: Arial;
		font-size: 12px;
		color:#CCCCCC;
		font-weight: normal;
		font-style:italic;
	}	
	.border{
		border: #FFFFFF solid 1px;
	}
	.donwloadlink{
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
	}
	.tableHeader{
		font-family: Arial;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
	}	
	.etkinlikHeader{
		font-family: Arial;
		font-size:14px;
		font-weight:bold;
		padding-top: 40px;
	}
		


