/* CSS Document */
a:link{
	color:#000000;
	text-decoration:none;
	}
a:hover{
	color:#000000;
	text-decoration:underline;
	}
a:visited{
	color:#000000;
	text-decoration:none;
	}
a:active{
	color:#000000;
	text-decoration:none;
	}
body{
	background-color:#CACACA;
	margin-bottom:15;
	margin-left:0;
	margin-right:0;
	margin-top:15;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	}
	
/*NavBar Styles*/
.navbarTop a:link{
	color:#FFFF00;
	text-decoration:none;
	}
.navbarTop a:hover{
	color:#FFFF00;
	text-decoration:underline;
	}
.navbarTop a:visited{
	color:#FFFF00;
	text-decoration:none;
	}
.navbarTop a:active{
	color:#FFFF00;
	text-decoration:none;
	}
.navbarTop{
	text-align:left;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFFF00;
	background-color:#06255C;
	}
.quote{
	text-align:center;
	font:bold 14px Tahoma;
	color:#000000;
	font-face:tahoma;
	font-family:tahoma;
	}
.jamaica{
	text-align:center;
	font:bold 20px Tahoma;
	color:#0066FF;
	font-face:tahoma;
	font-family:tahoma;
	}
	
/*Front Page Styles*/
.FrontHeader{
	font:bold 14px Tahoma;
	font-face:Tahoma;
	font-family:tahoma;
	color:#000000;
	}
.FrontContent{
	font:12px Tahoma;
	font-face:tahoma;
	font-family:tahoma;
	color:#000000;
	}
.FrontContent a:hover{
	color:#000000;
	text-decoration:underline;
	}
.FrontAddress{
	font:10px Tahoma;
	font-face:tahoma;
	font-family:tahoma;
	color:#000000;
	}
.FrontAddress a:hover{
	color:#0033FF;
	text-decoration:underline;
	}

/*Background Styles*/
.ResumeHeader{
	font-weight:bold;
	font-size:13px;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	}
	
/*Calendar Styles*/
.CalendarDate{
	font-weight:bold;
	font-size:9px;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	text-align:right;
	}
.CalendarContent{
	font-size:9px;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	text-align:center;
	}
	
/*Location Styles*/
.LocationContent{
	font-size:11px;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	text-align:left;
	}
	
/*Presentations Styles*/
.PresentationHeader{
	font-size:12px;
	font:tahoma;
	font-face:tahoma;
	font-family:tahoma;
	text-align:left;
	font-weight:bold;
	}