﻿@import url("text_styleSheet_structure.css");
@import url("text_styleSheet_navigation.css");
@import url("text_styleSheet_content.css");
@import url("text_styleSheet_vividCMS.css");

.monthHeader
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.dateRow1
{
	background: #EBECE9;
	padding: 1px 5px;
}

.dateRow2
{
	background: #FFFFFF;
	padding: 1px 5px;
}


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
background:#fff;
}



/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a, a:link {
color: #b38400; 
text-decoration : none; 
}

a:visited
{
	color: #866729;	
}

a:hover {
color: #866729;
text-decoration : underline;
}

a:active{
	color: #866729;
	text-decoration: none;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
}


textarea {
}

select {
}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #999999;
width: 100%;
height: 1px;
}


ol {
margin: 0;
}

ul{
list-style-type: square;
}

#contentContainerHome img,
#contentContainerInner img,
#blockHome img,
#blockHome2 img,
#innerContentL2 img,
#innerContentL1RightSearch img
{
	visibility: hidden;	
	
}
