/* @override 
	http://www.gurkees.com/cssSite.css
	http://www.gurkees.com/PDGEditorTemplates/css/styles.css */

a img {
  border: none;
}

.Lucida10 {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
	text-align: left;
}

.Lucida10Center {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
	text-align: center;
}

.Lucinda10CenterRed {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C00;
	background-color: #FFC;
}

.Lucida12 {
	text-align: left;
	color: #036;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Lucida12Right {
	text-align: right;
	color: #036;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Lucida12Bold {
	text-align: left;
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
}

.Lucida18 {
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 3px 3px 4px #8f8b8b;
	color: #036;
	text-align: left;
}

.Lucida18Center {
	color: #036;
	text-shadow: 3px 3px 4px #8f8b8b;
	font: normal bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}

.Lucida14 {
	color: #036;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-weight: normal;
}

.Lucida14Bold {
	color: #036;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 3px 3px 4px #8f8b8b;
	text-align: left;
}

.Lucida12Red {
	color: #C00;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Lucida12RedBold {
	color: #C00;
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Lucida12RedBoldUnderline {
	color: #C00;
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}

.Lucida14Red {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #C00;
}
.Lucida14RedBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C00;
}
.BorderThin {
	border: 1px dotted #036;
	border-bottom: 6px solid #3761b2;
	-moz-box-shadow: 3px 5px 4px #a8a8a8;
	-webkit-box-shadow: 3px 5px 4px #a8a8a8;
	box-shadow: 3px 5px 4px #a8a8a8;
	opacity: 1;
}
.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}
