﻿.box {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	background-color: #E8FEA5;
}
.topbox {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-bottom-color: #009900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #D1FC52;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4343B5;
	margin-left: 10px;
}
.mainbody {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	size: 2;
}
.leftholiday { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000;
	text-decoration: none 
	}
.heading {font-size:14px;
			font-weight:bold;
			font-style:italic;
			background:background-color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			color:#0000CC;
			
			}
.heading2 {font-size:12px;
			font-weight:bold;
			font-style:italic;
			background:background-color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			color:#0000CC;
			
			}
.heading3 {font-size:10px;
			font-weight:bold;
			font-style:italic;
			background:background-color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			color:#0000CC;
			
			}
/* ------- LINK SETTINGS -------------- */
/* Set link style to black */ 

a:link { color: #000000; text-decoration: none} 

/* Set visited style to black */ 

a:visited { color: #000000; text-decoration: none } 

/* Set hover style to blue */ 

a:hover { color: #1E56A7; } 

