a.whitelink:link {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt}
a.whitelink:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt}
a.whitelink:hover {color: #EEF0F2; text-decoration: underline; font-weight: bold; font-size: 10pt}

a.bluelink:link {color: #354A74; text-decoration: none}
a.bluelink:visited {color: #354A74; text-decoration: none}
a.bluelink:hover {color: #354A74; text-decoration: underline}

a.copperlink:link {color: #CF6B31; text-decoration: none}
a.copperlink:visited {color: #CF6B31; text-decoration: none}
a.copperlink:hover {color: #CF6B31; text-decoration: underline}

a.goldlink:link {color: #B39C45; text-decoration: none}
a.goldlink:visited {color: #B39C45; text-decoration: none}
a.goldlink:hover {color: #B39C45; text-decoration: underline}


A, A:active, A:visited
{
	color: #354A74;
    text-decoration: none;
}
A:hover
{
    color: #CF6B31;
    text-decoration: underline;
}


BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, DD, DT
{
	FONT-FAMILY: Verdana, Arial, Helvetica, SansSerif;
	font-size: 10pt;
    color: #000000;
}
BODY
{
		background-color: #EDF0F1;
}
LI,UL,OL
{
	list-style : disc;
    list-style-position: outside
}
H1, H2, H4
{
	font-weight: bold
}
H1
{
	font-size: 200%
}
H2
{
	font-size: 130%;
	color: #065671;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px
}
H3
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, SansSerif;
	font-size: 140%;
	line-height: 100%;
	color: #B39C45;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-top: 3px;
}
H4
{
	font-size: 110%;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000
}
H5
{
	font-size: 7pt;
	font-weight: normal
}
H6
{
	color: #ADADAD;
	font-size: 7pt;
	font-weight: normal
}
PRE
{
	font-size: 10pt;
    color: black;
}
.btnOk
{
    BACKGROUND: #009D4F;
    COLOR: white;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	 cursor: pointer
}
.btnCancel
{
    BACKGROUND: red;
    COLOR: white;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	cursor: pointer
}
.pictureboxes{
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
} 
.copyrighttext{
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
} 
.eventstitle{
  color: #354A74;
	font-weight: bold;
	font-size: 105%;
}
.eventsheader{
  font-weight: bold;
  color: #CF6B31;
}
.eventssubheader{
  font-weight: bold;
	margin-left: 10px;
}
.eventstext{
  margin-left: 10px;
}
