/* Standard Tags */
body {
	background-color: #ece0e8; 
 margin: 0px;
}

h1 { 
	color:#79496A;
	font-weight: 700;
	font-size: 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 115%;
}

h2 { 
	color:#79496A;
	font-weight: 600;
	font-size: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 115%;

}

h3 { 
	color:#948946;
	font-weight: 600;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;

line-height: 115%;
 }
 
h4 { 
	color:#79496A;
	font-weight: 600;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 115%;
 }
 
 h5 { 
	color:#948946;
	font-weight:600;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
	line-height: 115%;
 }
 
  h6 { 
	color:#000000;
	font-weight:600;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;;
	text-decoration: none;
	line-height: 115%;
 }

p { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 115%;
}

td { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 115%;
}

li { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-left:-0.1in;
line-height:135%;
}
ul li {
color: #000000;
font-weight: normal;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
margin-left:-0.1in;
line-height:135%;
}

/* Your own classes*/

.title { 
	color:#000000;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 115%;}
	
.calendar {
	color: #79496a;
	font-weight: 600;
  font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: italic;
		line-height: 115%;
	}
	
		
.signature {
	color: #948946;
	font-weight: 600;
  font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: italic;
	line-height: 115%;
	}


.smalllinktext {
	color: #0000000;
	font-weight: normal;
  font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 115%;
}
.imgfloatright {  
	float:right; 
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
 
.imgfloatleft {  
	float:left; 
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
 
.content {
padding: 5px 20px 20px 20px;
}

.rightcolumn {
padding: 10px;
border-left: 1px solid #79496A;
}
.rightcolumn td {
font-size: 13px;
}
.rightcolumn input {
font-size: 13px;
}

.footer {
padding: 5px;
border-top: 2px solid #79496A;
border-bottom: 1px solid #79496A;
color: #0000000;
font-weight: normal;
font-size: 12px;
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
text-align: center;
}
.mastertable {
background-color: white;
border: 4px solid #79496A;
}

.nav {
  border-top: 2px solid #79496A;
  border-bottom: 3px solid #79496A;
  background-color: #ece0e8;
	padding: 5px 0px 5px 0px;
}

/* Hyperlinks */
a {
color: #cd5c5c;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #948946;
font-weight: bold;
text-decoration: underline;
}
a:active {
color: #cd5c5c;
font-weight: bold;
}
a:visited {
color: #f08080;
font-weight: bold;
}
a:visited:hover {
color: #948946;
font-weight: bold;
text-decoration: underline;
}


