@media screen
{
	html, body, form, div
	{
		margin: 0;
		padding: 0;
		border: none
	}
	
	/* Common page properties */
	.language /* Language font */
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 9px
	}
	.langOn
	{
		color: #ed4191
	}
	.langOff
	{
		color: #000000
	}
	
	.navTextOn
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 10px;
		color: #e7026c;
		cursor: pointer
	}
	
	.navTextOff
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 10px;
		color: #000000
	}
	/* End of Common page properties */
	
	/* Agency page properties */
	.agencyTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
		color: #e7026c
	}
	.agencyText
	{
		font-family: Arial;
		font-size: 11px;
		text-align: left;
		color: #000000
	}
	
	.bulletColor
	{
		color: #ed4191
	}
	/* End of Agency page properties */
	
	/* Contact page properties */
	.contactText
	{
		font-family: Arial;
		font-size: 11px;
		text-align: left;
		color: #000000
	}
	/* End of Contact page properties */
	
	/* New page properties */
	.newTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 10px;
		color: #e7026c
	}
	
	.newText
	{
		font-family: Arial;
		font-size: 10px;
		text-align: left;
		color: #000000
	}
	
	.tempNewSong
	{
		font-size: 9px;
	}
	
	.newFormText
	{
		font-family: Arial;
		font-size: 10px;
		text-align: left;
		color: #000000
	}
	
	.newFormLabel
	{
    width: 100px;
    border: 1px solid  #f9aed1;
	}
	
	.newFormButton
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
		font-weight: bold;
		color: #e7026c;
    background-color: #ffffff;
    border: 1px solid #f9aed1;
    cursor: pointer;
	}
	/* End of New page properties */
	
	/* Events page properties */
	.eventsTitle
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 10px;
		color: #e7026c
	}
	
	.eventsText
	{
		font-family: Arial;
		font-size: 10px;
		text-align: left;
		color: #000000
	}
	/* End of Events page properties */
	
	/* Fixes */
	.smallJpgImageCorrection /* Small .jpg image correction for Firefox and IE */
	{
		font-family: Arial;
		font-size: 2px;
		color: #ffffff
	}
	
	a img /* Image link fix */
	{
		border: none
	}
	
	table /* Empty cell fix */
	{
		border-collapse: collapse;
		empty-cells: show
	}
	
	.imLinkIEfix /* Image link IE fix */
	{
		cursor: pointer; /* Explorer 6 Windows, Mozilla, Opera, Explorer 5 Mac, Safari 1.0+ */
		cursor: hand; /* Explorer 4-6 Windows, Opera, Explorer 5 Mac, Safari 1.2+ */
	}
	/* End of Fixes */
	
	/* E-mail link s*/
	a#email
	{
		color: #ed4191;
		text-decoration: none;
	}
	/* End of E-mail links */
	
	/* HTML link */
	a#html
	{
		color: #ed4191;
		text-decoration: none;
	}
	/* End of HTML link */
	
	/* HTML links*/
	a:link
	{
		text-decoration: none
	}
	a:visited
	{
		text-decoration: none
	}
	a:hover
	{
		text-decoration: none
	}
	a:active
	{
		text-decoration: none
	}
	
	a.notActive:link {color: #000000; text-decoration: none; }
	a.notActive:visited {color: #000000; text-decoration: none; }
	a.notActive:hover {color: #e7026c; text-decoration: none; }
	a.notActive:active {color: #000000; text-decoration: none;}
}

@media print
{
	body 
	{
		display: none
	}
}