
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.sideMenuLinkFont { 
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
.subMenuLinkFont a:visited,
.subMenuLinkFont a:link {
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
.subMenuLinkFont a:hover {
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

.titleFont { 
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

.mainFont { 
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.mainFont a:visited,
.mainFont a:link {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}
.mainFont a:hover {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: underline;
}

.boldFont { 
	color:#1e4797; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:bold;	
}

.boldFontGrey { 
	color:#424141; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:bold;	
}

.boldItalicFontOrange { 
	color:#FFAA00; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:bold;	
	font-style: italic;	
}

.errorFont { 
	color:#FF0000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:bold;	
}

.sideMenuTitleFont { 
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.sideMenuFont { 
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.sideMenuFont a:visited,
.sideMenuFont a:link {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
.sideMenuFont a:hover {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}

.smallBoldFont { 
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
}
.smallBoldFontGrey { 
	color: #424141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
}

.smallFont,
.subMenuFont { 
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.subMenuFont a:visited,
.subMenuFont a:link {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}
.subMenuFont a:hover {
	color: #1e4797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
.buttons a:link, .buttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	color: #424141;
	background-color: #c7d5e5;
	padding: 5px 5px 5px 2px;
	display: block;
	border-bottom: 1px solid #eeeeee;
	text-decoration: none;	
	text-indent: 10px
}

.buttons a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	font-weight: bold;	
	background-color: #FBFDFD;
	color: #1e4797;
	text-decoration: none;
	text-indent: 10px	
}