html,body
{
	padding-left: 5px;
	border:none;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}

.error
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Arial;
}

.footer-text
{
	font-weight: bold;
	font-size: 10px;
	color: #9e9e9e;
	font-family: Arial;
}

.header
{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	font-family: Arial;
}

.small-text
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}
.black-text
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}
td
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

a:link
{
	color:#000000;
	text-decoration:underline;
}
a:visited
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
}
a:active
{
	color:#000000;
	text-decoration:underline;
}

.tdpageheader
{
	background-image: url(header-background.png);
}

.leftmenu
{
	background-image: url(menu-background.png);
}

.categories_current
{
	font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: none; line-height:30px;
}

.categories
{
	font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: none; line-height:30px;
}

.categories_current_2
{
	font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: none; line-height:15px;
}

.categories_2
{
	font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: none; line-height:15px
}


.categories_current_small
{
	font-size: 9pt; color: #fa9200; font-weight: normal; text-decoration: none;
}

a.categories:link {  font-size: 12pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories:hover { font-size: 12pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories:visited { font-size: 12pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories:active { font-size: 12pt; color: #000000; font-weight: normal; text-decoration: underline}

a.categories_current:link {  font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: underline}
a.categories_current:hover { font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: underline }
a.categories_current:visited { font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: underline }
a.categories_current:active { font-size: 12pt; color: #fa9200; font-weight: normal; text-decoration: underline }

a.categories_2:link {  font-size: 10pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories_2:hover { font-size: 10pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories_2:visited { font-size: 10pt; color: #000000; font-weight: normal; text-decoration: underline}
a.categories_2:active { font-size: 10pt; color: #000000; font-weight: normal; text-decoration: underline}

a.categories_current_2:link {  font-size: 10pt; color: #fa9200; font-weight: normal; text-decoration: underline}
a.categories_current_2:hover { font-size: 10pt; color: #fa9200; font-weight: normal; text-decoration: underline }
a.categories_current_2:visited { font-size: 10pt; color: #fa9200; font-weight: normal; text-decoration: underline }
a.categories_current_2:active { font-size: 10pt; color: #fa9200; font-weight: normal; text-decoration: underline }

a.categories_level_2:link {  font-size: 10pt; color: #4a4a4a; font-weight: normal; text-decoration: none}
a.categories_level_2:hover { font-size: 10pt; color: #4a4a4a; font-weight: normal; text-decoration: none }
a.categories_level_2:visited { font-size: 10pt; color: #4a4a4a; font-weight: normal; text-decoration: none }
a.categories_level_2:active { font-size: 10pt; color: #4a4a4a; font-weight: normal; text-decoration: none }

a.categories_level_2_current:link {  font-size: 10pt; color: #a33d3d; font-weight: normal; text-decoration: none}
a.categories_level_2_current:hover { font-size: 10pt; color: #a33d3d; font-weight: normal; text-decoration: none }
a.categories_level_2_current:visited { font-size: 10pt; color: #a33d3d; font-weight: normal; text-decoration: none }
a.categories_level_2_current:active { font-size: 10pt; color: #a33d3d; font-weight: normal; text-decoration: none }

h1, h2, h3, h4, h5, h6 {
	font-family:georgia,serif;
	font-weight:normal;
	margin-bottom:0.2em;
	line-height:1.2em;
}

h1{
	margin-top:0;
	font-size:250%;
	margin-bottom:0.5em;
	line-height:1.3em;
}

h2{
	font-size:180%;
}

h3{
	font-size:160%;
}

h4{
	font-size:130%;
}

h5{
	font-size:110%;
	font-weight:bold;
}

.textboxgrey
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #ffffff 1px solid;
	background-color: #f1f1f1;
	padding-left: 2;
}

.textbox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
	padding-left: 2;
}


