/* <!-- HTML Tag Styles --> */

body {
background-color:#E6DFF0;
color:#000000;
}

h1,h2,h3,h4 {
font-weight:bold;
font-family:"arial","verdana","helvetica","sans-serif";
margin-bottom:0;
padding-bottom:0;
border-bottom-width:0;
}

h1 {
font-size:27px;
}

h2 {
font-size:25px;
}

h3 {
font-size:18px;
}

h4 {
font-size:14px;
}

p,td,th,ul,ol,li,dd,pre {
font-size:12px;
font-weight:normal;
font-style:normal;
color:#000000;
font-family:"arial","verdana","helvetica","sans-serif";
}

table,td,tr {
padding:5px;
margin:0px;
}

th {
font-weight:bold;
}

pre {
font-family:"courier";
}

a:link {
	color: #523652;
	text-decoration : none;
	font-weight : bold;
}

a:link:active {
	color: Gray;
	text-decoration : none;
	font-weight : bold;
}

a:link:visited {
	color: #523652;
	text-decoration : none;
	font-weight : bold;
}
a:link:hover {
	color:#ffffff;
	background-color: #523652;
	text-decoration : none;
	font-weight : bold;
}

/* <!-- CSS Classes added to HTML tags using the class attribute --> */

/* For the breadcrumb links, if used */
.breadCrumbs {
font-size:10px; 
margin-top:5px;
margin-bottom:-7px;
}

