@charset "utf-8";
/* CSS Document */
body {

}

body,td,th {
/*	font-family: Calibri;*/
	font-family: Arial, helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3 {
	margin-top:10px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
p {
	margin-top: 10px;
}
.blue {
	color: #006699;
}
.bold {
	font-weight:bold;
}
.leftindent {
	margin-left:20px;
}
.required {
	color:#F00;
}
/* links  */

a {
	font-weight: bold;
	color: #006699;
}
.breadcrumblink {
	font-weight: normal;
	font-size:12px;
}
.breadcrumbnonlink {
	font-weight: normal;
	text-decoration:none;
	font-size:12px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

