

/* Presentation Stylesheet */ 

h1
{
	color: #ffffff;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 18px;
	font-size: 18px;
}

h2
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}


p
{
	margin-right: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

.smalltext
{
	font-size: small;
}

.class1 a:link 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: "Century Gothic", Verdana;
}
.class1 a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;	
		font-family: "Century Gothic", Verdana;
}
.class1 a:hover
{
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;	
	font-family: "Century Gothic", Verdana;
}
.class2 a:link 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.class2 a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
}
.class2 a:hover
{
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.menudiv
{
	margin-top: 45px;
}