.class1 A:link {
text-decoration: none;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: .80em;
font-weight: bold;
}

.class1 A:visited {
text-decoration: none;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: .80em;
font-weight: bold;
}

.class1 A:active {
text-decoration: none;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: .80em;
font-weight: bold;
}

.class1 A:hover {
text-decoration: underline;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: .80em;
font-weight: bold;
}


.class2 A:link {
text-decoration: underline;
color:#ffffff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.class2 A:visited {
text-decoration: underline;
color:#ffffff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.class2 A:active {
text-decoration: underline;
color:#ffffff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.class2 A:hover {
text-decoration: underline;
color:#ffffff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.class3 A:link {
text-decoration: underline;
color:#666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
}

.class3 A:visited {
text-decoration: underline;
color:#666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
}

.class3 A:active {
text-decoration: underline;
color:#666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
}

.class3 A:hover {
text-decoration: underline;
color:#666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
}



body {
margin-left: 0px;
margin-top: 0px;
background-color: #003333;
margin-right: 0px;
margin-bottom: 0px;
}


p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #ffffff;
}

h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: normal;
color: #ffffff;
}

h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: normal;
color: #333333;
}

h3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.25em;
font-weight: strong;
color: #666666;
}


.txt_small {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .65em;
font-weight: normal;
color: #000000;
}

.txt_med {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
color: #000000;
}


.border {
border: #ffffff;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #666666
}

.border_no_lft {
border: #ffffff;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px
}

.border_no_rt {
border: #ffffff;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px
}

.border_bottom {
border: #cccccc;
border-style: dotted;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px
}

.border_right {
border: #ffffff;
border-style: solid;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
background-color: #000000
}

.border_topbottom {
border: #cccccc;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px
}

.info_box {
background-image: url("");
 background-repeat: repeat-x;
border: #cccccc;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px
}

.body_row {
	background-image: url("http://www.sketches4you.com/dev/images/bkgrnd_body.gif");
	background-repeat: repeat-x;
	border: #cccccc;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: bottom;
}

.bkgrnd_index {
	background-image: url("http://www.castlelights.com/dev/images/bkgrnd_nightsky.jpg");
	background-repeat: repeat-x;
	border: #cccccc;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: top;
}

/*Contact Styles*/
#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1 em;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #333333;
	background-color: #FFFF9B;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 382px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .90em;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
}
