﻿/************************************************/
/* Secondary Text CSS v1
/************************************************/

/* general styles *******************************/

#wrapper
{
    font-size: 12px;
}



/* header styles ********************************/

/* body styles **********************************/
strong
{
	font-weight:bold;
}

em
{
	font-style:italic;	
}

a
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
}

/* navigation styles ****************************/

.primaryNavigation ul li a
{
	font-size:107%;
	text-decoration:none;
}

.primaryNavigation ul li li a
{
	font-size:100%;
}

.primaryNavigation ul li li a:hover
{
	text-decoration:underline;
}
/* footer styles ********************************/

#footer
{
	font-family:Verdana;
	font-size:85%;
}