
/*General Style
---------------------------------------------------*/
body{
margin-top: 15px; margin-bottom: 0px; background-color: #F9FAE2; font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
}
img{
padding: 0px; border:0px;
} 
blockquote
{
	background-color:#F8FAF2;
	border-left:#a3c159 2px solid;
	padding:10px;
	font-size:11px; color:#333333;
}


/*Normal Text Style
--------------------------------------------------*/
#normaltext P {
LINE-HEIGHT: 150%; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left; MARGIN: 0px;
}
#normaltext BR {
LINE-HEIGHT: 100%; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left; MARGIN: 0px;
}
#normaltext a {
COLOR: #6C8C37
}
#normaltext a:link {
COLOR: #6C8C37; BORDER-BOTTOM: #53700C 1px dotted; TEXT-DECORATION: none
}
#normaltext a:visited {
COLOR: #6C8C37; BORDER-BOTTOM: #53700C 1px dotted; TEXT-DECORATION: none
}
#normaltext a:hover {
COLOR: #DA9E04; BORDER-TOP-STYLE: none; BORDER-BOTTOM: #FEA100 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #FFFBF0; TEXT-DECORATION: none
}

#normaltext .f9{
font-size: 9px; LINE-HEIGHT: 150%; color: #666666;
}
#normaltext .f9c{
font-size: 9px; LINE-HEIGHT: 150%; color: #666666; text-align: center;
}
#normaltext .H1B {
color: #006600; font-size: 20px; font-family: Georgia, Times New Roman, Times, serif; text-align: center;
}
#normaltext .tagline {
color: #330000; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: center;
} 
#normaltext .wincespeech {
color: #333300; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: justify;
} 
#normaltext .H2B {
color: #FF0000; font-size: 16px; font-family: Georgia, Times New Roman, Times, serif; text-align: center;
}

#normaltext .rgt{
TEXT-ALIGN: right;
}
#normaltext .ctr{
TEXT-ALIGN: center;
}
#normaltext .justify{
TEXT-ALIGN: justify;
}

#normaltext blockquote {
background-color:#F8FAF2; border-left:#a3c159 2px solid;
}
#normaltext ul {
line-height: 160%; list-style-image: url("../images/list.jpg"); font-size: 13px; color: #1F3A03; font-family: Georgia, Times New Roman, Times, serif;
}

#normaltext .caldh{
color: #2D4B03; font-weight: bold; font-size: 13px; TEXT-ALIGN: center;
}
#normaltext .calmh{
color: #FFFFFF; font-weight: bold; font-size: 12px; TEXT-ALIGN: center; LINE-HEIGHT: 120%;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Roll-Over Calendar
--------------------------------------------------*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: -200px; /*position where enlarged image should offset horizontally */
}
