<%

Option Explicit

' Does a custom style sheet exist?
Dim objFSO: Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Dim bolExists: bolExists = objFSO.FileExists(Server.MapPath("/_styles/" & Application("Site_" & Application(LCase(Trim(Request.ServerVariables("SERVER_NAME")))) & "_" & "InternalName") & ".css"))
Set objFSO = Nothing

If bolExists Then
	Response.Redirect "/_styles/" & Application("Site_" & Application(LCase(Trim(Request.ServerVariables("SERVER_NAME")))) & "_" & "InternalName") & ".css"
	Response.End
End If

%>
select, input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
p, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }

a:Link {   text-decoration: none}
a:visited {   text-decoration: none}
a:active {   text-decoration: none}
a:hover {   text-decoration: underline}


.Mk2 {  font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }

.Mk2FrontpageSearchBoxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px #333333 solid;
	clear: right;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
	margin: 0px;
	width: 100px;
}


.Mk2BoldType { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333 ; font-weight: bold}
.Mk2BoldType_PrinterFriendly { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333 ; font-weight: bold }
.Mk2BoldType_PrinterFriendly11pxBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333 ; font-weight: bold }
.Mk2BoldType_printerFriendly { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333 ; font-weight: bold }
.Mk2_PrinterFriendly { font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: none }
.Mk2_Large_Weather { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none ; white-space: nowrap; line-height: 10px}
.Mk2ThinType_PrinterFriendly { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333 ; font-weight: lighter; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333 ; font-weight: bold }
.Mk2BoldTypeRed { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; font-weight: bold }
.Mk2TypeRed {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; font-weight: normal
}

