font.header
{
	color: #5A5A5A;
	font-size: 22px;
	font-family: sans-serif;
}

p
{	
	color: #555555;
	font-weight: normal;
	font-size: 16px;
	font-family: sans-serif;
}

h3
{	
	color: #555555;
	font-weight: normal;
	font-size: 16px;
	font-family: sans-serif;
}

h2
{
	color: #555555;
	font-size: 22px;
	font-weight: normal;
	font-family: sans-serif;
}

h4
{
	color: White;
	font-size: 16px;
}

h6
{
	color: #555555;
}

ul
{
	color: #555555;
	font-size: 16px;
	font-weight: normal;
	font-family: sans-serif;
}

ul.publications
{
	color: #1875BA;
}

a
{
	text-decoration: none;
	color: #1875BA;
}

a:hover
{
	color: #1875BA;
	text-decoration: underline;
}

.default
{
	background-color: #272261;
	color: #DBDBDB;
	font-size: 15px;
	font-family: sans-serif;
}

.over
{
	background-color: #DBDBDB;
	color: #000066;
	cursor: pointer;
	font-size: 15px;
	font-family: sans-serif
}

.out
{
	background-color: #272261;
	color: #DBDBDB;
	font-size: 15px;
	font-family: sans-serif;
}

.default_sel
{
	background-color: #DBDBDB;
	color: #000066;
	font-size: 15px;
	font-family: sans-serif;
}

.over_sel
{
	background-color: #DBDBDB;
	color: #000066;
	cursor: pointer;
	font-size: 15px;
	font-family: sans-serif;
}

.out_sel
{
	background-color: #DBDBDB;
	color: #000066;
	font-size: 15px;
	font-family: sans-serif;
}