body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #F8E9CC;
	scrollbar-arrow-color: #FFFFFF;
}

th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align : justify;
}


b {
	font-weight: bold;
}

b.blue {
	font-weight: bold;
	color: #006699;
}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	letter-spacing : 1px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing : 1px;
	line-height : 5px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing : 1px;
}

.burgandyTextSml{
	font-size: 10pt;
	color: #800000;
}

.burgandyTextLg{
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.orangeTextSml{
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
}

.orangeTextLg{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.silverTextSml{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.silverTextLg{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.goldTextSml{
	font-size: 10pt;
	font-weight: bold;
	color: #FF9900;
}

.goldTextLg{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

hr	{
	color: #9E9E9E;
	height: 1px;
}/* Height does not work in NS4, as SIZE is used as property in tag (same in IE but appears to work)/

/*list items*/
li {
	color: #000000;
	font-size: 10pt;
}

li.err-msg {
	font-weight: bold;
	color: #FF0000;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: circle;
	list-style-image : url(/images/stylesheets/list_icon.gif);
}

ol {
	list-style-type : upper-roman;
}
/*list-style-image: url(/images/stylesheets/list_icon.gif);*/
/*list image can be changed in the images folder or can be removed and list style type can 
be used (square, circle, disc). List image does not work in NS4 but list-style-type does so
leave in when using list-style-image.*/

/*links*/
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #7A0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*visitor register now links*/
a.register:active {
	color: #000000;
	text-decoration: underline;
}
a.register:link {
	color: #000000;
	text-decoration: underline;
}
a.register:visited {
	color: #6E6D6D;
	text-decoration: underline;
}
a.register:hover {
	color: #F3BF5E;
	text-decoration: none;
}

.registertext {
	color: #000000;
}

/*footer links*/
.footertext {
	font-size: 10pt;
}
a.footer:active {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a.footer:link {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a.footer:visited {
	font-size: 10pt;
	color: #6E6D6D;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 10pt;
	color: #F3BF5E;
	text-decoration: none;
}

/*lhs nav links*/
a.lhsNav            {
	text-decoration: none;
	color: #fff;
	font-weight: plain;
	font-size: 12px;
	line-height: 20px;
}
a.lhsNav:link       {
	color: #fff;
}
a.lhsNav:visited	{
	color: #800000;
	text-decoration: none;
}
a.lhsNav:hover      {
	color: #000000 !important;
}

/*form elements start*/
.button {
	font-size: 10pt;
	color: #000000;
	background-color: #F1D196;
	border-bottom: 1px solid #F1D196;
	border-right: 1px solid #F1D196;
	border-left: 1px solid #F1D196;
	border-top: 1px solid #F1D196;
	text-decoration: none;
	cursor: hand;
}/*Buttons within forms.
If adding new forms put a class="button" in submit and reset tags*/

/*colored form elements - add class to input boxes and select boxes, 
but not to check boxes or radio buttons*/
select {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}
.textbox {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}
.textbox40 {
	font-size: 10px;
	width: 40;
	color: #000000;
	background-color: #ffffff;
}
.textbox50 {
	font-size: 10px;
	width: 50;
	color: #000000;
	background-color: #ffffff;
}
.textbox60 {
	font-size: 10px;
	width: 60;
	color: #000000;
	background-color: #ffffff;
}
.textbox80 {
	font-size: 10px;
	width: 80;
	color: #000000;
	background-color: #ffffff;
}
.textbox100 {
	font-size: 10px;
	width: 100;
	color: #000000;
	background-color: #ffffff;
}
.textbox150 {
	font-size: 10px;
	width: 150;
	color: #000000;
	background-color: #ffffff;
}
.textbox200 {
	font-size: 10px;
	width: 200;
	color: #000000;
	background-color: #ffffff;
}
.textarea {
	font-size: 12px;
	width: 340;
	color: #000000;
	background-color: #ffffff;
}
.textarea2 {
	font-size: 10px;
	width: 220;
	color: #000000;
	background-color: #ffffff;
}

.form {
	font-size: 10pt;
	color: #0E1F7C;
	background-color: #ffffff;
}

/*----companiesmadesimple styles-----*/

#cmsSiteMap{
	list-style:none;
}
#cmsSiteMap a{
	font-size: 120%;
	color: blue;
	text-decoration:none;
}
#cmsSiteMap a:hover{
	color: #000;
}
.cmsSectionTitle{
	list-style:none;
	margin: 20px 0 0 0;
}
.cmsSectionTitle ul{
	list-style:none;
	font-size:1em;
}
.cmsSectionTitle ul .cmsSubSection{
	list-style: disc;
}
.people {
	background-image : url(../../images/people.jpg);
	background-repeat : no-repeat;
}

.christmas {
	background-image : url(../../images/thisisyouroffice/christmas.jpg);
	background-repeat : no-repeat;
}
