/*
Dark Green:#006633
Light Green:#009249
Orange:#FFA800
Red: #990000
Light Blue: #AABDD6
*/

body { margin: 0; padding: 0}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000;
}

.topbar { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #FFFFFF; 
	}
	
.leftheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #000000;
}

.leftsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000;
}

.title {
	font-size : large;
	font-weight : normal;
	color : #000000;
}

h1.title {
	font-size : large;
	font-weight : bold;
	color : #000000;
	text-align : center;
}

h2.subtitle { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #990000;
}

.subtitle { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #990000;
}

.parahead {
	font-size : small;
	font-weight : bold;
	}	

.stronger {
	font-weight : bold
	}

.flag {
	color:#FFFFFF;
	padding:1px 1px 1px 1px;
	background-color:#006633;
	font-size:10px;
	font-weight:bold;
	}

.greenbold {
	color:#006633;
	font-size: 12px;
	font-weight:bold;
	}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	}

ul.nobullet {
	list-style-type : none;
	font-size : 12px;
	font-weight : bold;
        }
	
.photobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #333333;
	margin-left: 4px;
	}

a:link {
	color: #006633;
	text-decoration: none;
	}
a:visited {
	color: #009249;
	text-decoration: none;
	}
a:hover {
	color : #FFA800;
	text-decoration: underline;
	}
	
a.flaglink:link { 
	color:#FFFFFF;
	padding:1px 1px 1px 1px;
	background-color:#006633;
	font-size:10px;
	font-weight:bold;
	}	
a.flaglink:visited { 
	color:#FFFFFF;
	padding:1px 1px 1px 1px;
	background-color:#006633;
	font-size:10px;
	font-weight:bold;
	}
a.flaglink:hover { 
	color:#FFA800;
	padding:1px 1px 1px 1px;
	background-color:#006633;
	font-size:10px;
	font-weight:bold;
	}

