a:link
	{ 
	color: blue;
	text-decoration: none;
	}
	
a:visited
	{ 
	color: purple;
	text-decoration: none;
	}
	
a:hover
	{ 
	text-decoration: underline;
	color: green;
	}

hr	{
	width: 85%;
	color: black;
	background-color: black;
	height: 1px;
	border: 0;
	text-align: center;
	}

h2
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: black;
	text-align: left;
	font-style: oblique;
	}


body	
		{ 
		background-image: url('images/blackmarble.JPG');
		background-repeat: repeat;
		background-attachment: fixed
		font-family: Helvetica, Arial, sans-serif; 
		font-size: 12pt;
		margin: 50px 50px 50px 50px;
		}

#ContainerA	
		{
		background-color: #ffffff;
		text-align: center; 
		/*padding: 40px;*/
		padding: 10px 78px 10px 78px;
		color: black;
		border-width: 5px 5px 5px 5px;
		/*t,r,b,l*/
		border-spacing: 5px;
		border-style: double;
		border-color: gray gray gray gray;
		}

p
	{
	font-family: Palatino, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	font-weight: none;
	font-style: none;
	}

.mainUrls
	{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	}

.subUrls
	{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

.textleft
	{
	text-align: left;
	font-size: 12px;
	}

.txtleftbigger
	{
	text-align: left;
	font-size: 16px;
	}
	
.textcenter
	{
	text-align: center;
	}

.textright
	{
	text-align: right;
	}

.smalltext
	{
	font-size: 8pt;
	color: gray;
	text-decoration: italic;
	text-align: center;
	}
	

li
	{
	font-family: Palatino, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	font-weight: none;
	font-style: none;
	list-style-type: disc;
	}
	
.indentlist
	{
	font-family: Palatino, Arial, sans-serif;
	margin: 10px;
	font-size: 10pt;
	color: black;
	text-align: left;
	font-weight: none;
	font-style: none;
	list-style-type: square;
	}