/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #000099; 
	text-decoration:none;
}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #CC3300;
	text-decoration:underline;
}

h1 {size:18px;
	font-weight:bold;
}

h2 {size:15px;
	font-weight:bold;
}

h3 { font-size:14px;
	font-weight:bold;
}

.navcontainer{ 
    border:1px solid #000099; 
    height:410px;
	background-color:#DFF1FC;
}

.navheader{ /*navigation header*/
	cursor: hand;
	cursor: pointer;
	height:22px;
	padding: 4px 3px;
	border: 0px solid gray;
	background-image: url(http://holidayoc.com/images/nav/navheaderbak.jpg); 
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold; 
	margin:0px 0px;
}

.navhome{ /*navigation header*/
	cursor: hand;
	cursor: pointer;
	height:22px;
	padding: 4px 3px;
	border: 0px solid gray;
	background-image: url(http://holidayoc.com/images/nav/navheaderbak.jpg); 
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold; 
	margin:0px 0px;
}

.navlink { background-color:#DFF1FC;
	padding: 4px 10px;
}

.opentitle{ /*class added to contents of 1st demo when they are open*/
	background-image: url(http://holidayoc.com/images/nav/navheaderbak2.jpg); 
	background-repeat:repeat-x;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: red;
}
-->

