﻿/* CSS Document */



body{
	margin:0px 0px 0px 0px;}
}

.WhiteText{
	font-family:"Microsoft Sans Serif";
	color: #FFFFFF;
	font-size: 14px;
}
.MainBody {
	font-family: "Microsoft Sans Serif";
	color: #000033;
	font-size: 14px;
}
.MiniTitle {
	font-family: "Microsoft Sans Serif";
	color: #000033;
	font-size: 12px;
	font-weight: bold;
}
.WhiteMiniTitle {
	font-family: "Microsoft Sans Serif";
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.Title {
	font-family: "Microsfot Sans Serif";
	color: #000033;
	font-size: 24px;
	font-weight: bold;
}
.MainBodyGreen {
	font-family: "Microsoft Sans Serif";
	Color: #269508;
	font-size: 14px;
}

.NavigationLinks {color: #FFFFFF}
.NavigationLinks a {color: #FFFFFF}
.NavigationLinks a:visited {color: #FFFFFF}
.NavigationLinks a:hover {color: #FFFFFF}
.NavigationLinks a:link {color:#FFFFFF}

.LinkBarLinks {
	color: green;
	font-family:"Microsoft Sans Serif";
	font-size: 14px;
	}
.LinkBarLinks a {color: green}
.LinkBarLinks a:visited {color: green}
.LinkBarLinks a:hover {color: green}
.LinkBarLinks a:link {color:green}

a:link{
	text-decoration: none;
	color: #000033;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000033;
}
a {
	text-decoration: none;
	color: #000033;
}

.Picture{
	border-style: solid;
	border-width: 3px;
	border-color: #269508;
			
}

.PopUpMenu {
    display:none ;
    position:absolute;
}
