body {
	background-image: url('../../images/winterbck.jpg');
	background-attachment: fixed;
	background-color: #c4ecff;
	font-family: Tahoma,Verdana,Arial,Verdana;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Tahoma,Arial,Verdana;
	font-size: 10pt;
}

h1 {
	font-size: 18pt;
	display: inline;
}

h2 {
	color: blue;
	font-size: 12pt;
	display: inline;
	padding: 2px;
}

h3 {
	font-size: 11pt;
	display: inline;
}

h4 {
	color: blue;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

form {
	margin: 0px;
}

.menuItem {
	color: white;
	padding: 2px;
	text-decoration: none;
}
.menuItem:link {
	color: white;
	padding: 2px;
	text-decoration: none;
}
.menuItem:hover {
	color: black;
	background-color: #c4ecff;
	border: 0px solid lightgrey;
	padding: 2px;
	text-decoration: none;
}
.menuItem:visited {
	color: white;
	padding: 2px;
	text-decoration: none;
}

.fade {
	color: gray;
}

.small {
	font-size: 10pt;
	font-weight: normal;
}

.tiny {
	font-size: 8pt;
}

.currentPage {
	background-color: #bfbfff;
	padding-right: 2px;
	padding-left: 2px;
}

.picture {
	border: 5px solid #c4ecff;
}

.divHidden {
	border: dashed 0px #78a23d;
    background-color: #FFFFFF;
    position: absolute;      
    padding: 5 5 5 5;
    width: 690px;
    height: 450px;
    z-index: 999; 
    visibility: hidden;    
}

.note {
	font-size: 12pt;
	border: 1px dotted gray;
	background-color: #c4ecff;
	padding: 10px;
}

a:link {
	color: blue;
}
a:hover {
	color: #c4ecff;
}
a:visited {
	color: #4040ff;
}
a:active {
	color: red;
}

.headerPhrase {
	color: lightgrey;
	font-size: 8pt;
	text-align: center;
}

.bck_tl {
	background-image: url('../../images/bck_tl.gif');
	width: 20px;
	height: 20px;
}
.bck_tr {
	background-image: url('../../images/bck_tr.gif');
	width: 20px;
	height: 20px;
}
.bck_bl {
	background-image: url('../../images/bck_bl.gif');
	width: 20px;
	height: 20px;
}
.bck_br {
	background-image: url('../../images/bck_br.gif');
	width: 20px;
	height: 20px;
}
.bck_t {
	background-image: url('../../images/bck_t.gif');
	height: 20px;
}
.bck_b {
	background-image: url('../../images/bck_b.gif');
	height: 20px;
}
.bck_l {
	background-image: url('../../images/bck_l.gif');
	width: 20px;
}
.bck_r {
	background-image: url('../../images/bck_r.gif');
	width: 20px;
}
.title {
	font-size:11pt;
	font-weight:bold;
}
.contact {
	background-color: #c4ecff;
	padding: 5px;
	color: #575757;
	font-size: 16pt;
	border: 1px dotted #000033;
	text-align: center;
}
.text {
	background-color:#c4ecff;
	padding:5px;
}
