﻿body {
	margin: 15px 10px 10px 50px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 12pt;
	font-weight: normal;
}

body.frontpage {
	color: #CCFF33;
	background-color: #4692C6;
}

body.otherpages {
	color: #CCFF33;
	background-color: #4692C6;
}

p.large {
	font-size: 16pt;
}

li {
   font-size:14pt
}
a.frontpage{
	padding-left: 10px;
	padding-right: 10px;
}
   

a.frontpage:link {
	color: #FFFF00;
}
a.frontpage:hover {
	color: #00FF00;
	background-color: #0000FF;
}
a.frontpage:active {
	color: #00FF00;
}
a.frontpage:visited {
	color: #FFFF00;
}

.figure_caption {
	margin: 5px;
	font-style: italic;
	font-weight: bolder;
	font-size: smaller;
}

.figure_caption_left {
	margin: 5px;
	font-style: italic;
	font-weight: bolder;
	font-size: smaller;
	float:left;
	padding-right: 10px;
}

.figure_caption_right {
	margin: 5px;
	font-style: italic;
	font-weight: bolder;
	font-size: smaller;
	float:right;
	padding-left: 10px;
}

