.defaultFont 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	padding-right:20px;
}

.defaultLinkFont 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	text-decoration: none;
}
.defaultLinkFont:hover 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	text-decoration: underline;
}
.defaultLinkFont:active 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	text-decoration: underline;
}

.globalLinkFont 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	text-transform: uppercase;
	text-decoration: none;
}

.startTitleFont 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93B1CD;
}

.projectsTitleFont 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	font-weight:bold;
}

.pictureLine 
{
	font-family: Arial;
	font-size: 12px;
	color: #93B1CD;
	font-weight:normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93B1CD;
}

.menuL1ActiveFont 
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #B4CFEC;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.menuL1InactiveFont 
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #B4CFEC;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.menuL2ActiveFont 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-decoration: none;
}

.menuL2InactiveFont 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #B4CFEC;
	text-decoration: none;
}

