a	{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	}
	
a:link	{
	color: #990000;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
	
a:active {
	color: #cc3333;
	text-decoration: none;
	}
	
a:hover {
	color: #cc3333;
	text-decoration: underline;
	}

a:link.breadcrumb	{
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	}
	
a:visited.breadcrumb {
	text-decoration: none;
	text-transform: uppercase;
	}
	
a:active.breadcrumb {
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	}
	
a:hover.breadcrumb {
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	}

h1 {
	font-size: 12pt;
	font-weight: lighter;
	line-height: 12pt;
	color: #990000;
	}
	
h2 {
	font-size: 12pt;
	font-weight: lighter;
	line-height: 12pt;
	color: #000000;
	}

h3 {
	font-size: 8pt;
	font-weight: bold;
	line-height: 9pt;
	color: #669900;
	}

h4	{
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	}

hr {
	border-bottom: #000000 1px solid;
	}


tr {
	width: 605px;

	}
	
td	{
	width: 145px;
	text-align: left;
	background-color: #99ccff;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	padding-left: 5px;
	}
	
.INPUT-FIELD-VERTICAL {
	width: 132px;
	height: 14px;
	color: #006633;
	}

.BUTTON-SUBMIT	{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #006633;
	width: 50px;
	height: 24px;
	text-align: center;
	border: 1px;
	border-color: #ffffff;
	border-style: solid;	
	}

.COMPONENT-CONTENT	{
	z-index: 5;
	}


	
#TPL1-BODY {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14pt;
	margin: auto;
	background-color: #990000;
	}

#TPL1-SITE-DIMENSIONS {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 0pt;
	}

#TPL1-CONTAINER-A {
	width: 900px;
	height: 288px;
	position:relative;
	}
	
#TPL1-CONTAINER-A1 {
	width: 719px;
	height: 288px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	}
	
#TPL1-CONTAINER-A2 {
	width: 90px;
	height: 135px;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 11pt;
	padding-top: 153px;
	padding-right: 75px;
	padding-left: 15px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	}	
	
* html #TPL1-CONTAINER-A2 {
	width: 90px;
	height: 135px;
	float: left;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 11pt;
	padding-top: 153px;
	padding-right: 75px;
	padding-left: 15px;

	}
	
#TPL1-CONTAINER-B {
	width: 890px;
	height: 35;
	float: left;
	padding-left: 10px;
	background-image: url(../images/TPL1-CONTAINER-B.jpg);
	}

#TPL1-CONTAINER-C {
	width: 900px;
	height: auto;
	float:left;
	background-color: #FFFFFF;
	
	}

#TPL1-CONTAINER-C1 {
	width: 149px;
	height: 448px;
	float:left;
	background-image: url(../images/TPL1-CONTAINER-C1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 40px;
	padding-bottom: 30px;
	}

#TPL1-CONTAINER-C2 {
	width: 660px;
	height: auto;
	float:left;
	padding-top:10px;
	padding-left: 26px;
	padding-bottom: 5px;	
	}

#TPL1-CONTAINER-C3 {
	width: 640px;
	height: auto;
	float:left;
	padding-top:5px;
	padding-left: 26px;
	padding-right: 20px;
	padding-bottom: 30px;
	}

#TPL1-CONTAINER-D {
	width: 900px;
	height: 55px;
	float:left;
	}

#TPL1-CONTAINER-D1 {
	width: 492px;
	height: 32px;
	float:left;
	background-image: url(../images/TPL1-CONTAINER-D1.jpg);
	padding-left: 240px;
	padding-top: 20px;
	}

#TPL1-CONTAINER-D2 {
	width: 155px;
	height: 32px;
	padding-top: 20px;
	text-align: right;
	padding-right: 13px;
	float:left;
	background-image: url(../images/TPL1-CONTAINER-D2.jpg);
	}
	
  
/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV1,
ul.NAV1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;

	}

/**
 * Use absolute positioning for the submenu, this makes sure IE does 
 * not resize the container DIV
 */
ul.NAV1 ul {
	position: absolute;
	}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV1 li {
	position: relative;
	float: left;
	width: 111px;
	}

/**
 * The next two blocks style the submenu positioning inside a list-item
 * One block for W3C browsers, one for IE6.
 * adjust top and left to change spacing
 */
ul.NAV1 li > ul {
	display: none;
	}
	
* html ul.NAV1 ul {
    display: none;
	}

ul.NAV11 li > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}
* html ul.NAV11 ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}

/**
 * This will open the submenu when hovered
 */
ul.NAV1 ul.hover {
    display: block;
	}

/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 */
ul.NAV1 li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	font-size: 8pt;
	background-image: url(../images/menu-up.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	}

ul.NAV11 li a {
	display: block;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/submenu.jpg);
	background-color: #990000;
	background-repeat: no-repeat;
	width: 99px;
	}

/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV1 a:hover,
ul.NAV1 a.hover {
	display: block;
	color: #000000;
	background-image: url(../images/menu-down.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}

ul.NAV11 a:hover,
ul.NAV11 a.hover {
	display: block;
	color: #000000;
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	background-color: #990000;
	}
	
/**
 * This block describes styling of active menu items
 */
ul.NAV1 a:active,
ul.NAV1 a.active {
	color: #990000;
	background-image: url(../images/menu-down.jpg);
	background-repeat: no-repeat;
	}
	
ul.NAV11 a:active,
ul.NAV11 a.active {
	display: block;
	color: #000000;
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	background-color: #990000;
	}
ul.NAV1 a:visited,
ul.NAV1 a.visited {
	}
	
ul.NAV11 a:visited,
ul.NAV11 a.visited {
	display: block;
	color: #000000;
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	background-color: #990000;	
	}
/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV1 li { float: left; }
* html ul.NAV1 li a { height: 1%; }
/* End */















/**
 * Basic styling for toplevel and sublevel menu items
 */
ul.NAV2,
ul.NAV2 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/**
 * Use absolute positioning for the submenu, this makes sure IE does 
 * not resize the container DIV
 */
ul.NAV2 ul {
	position: absolute;
	}

/**
 * Position list items relative to the menu it is in,
 * required to keep absolute positioned elements inside the list item
 */
ul.NAV2 li {
	position: relative;
	float: left;
	width: 105px;
	}
	
/**
 * The next two blocks style the submenu positioning inside a list-item
 * One block for W3C browsers, one for IE6.
 * adjust top and left to change spacing
 */
ul.NAV2 li > ul {
    display: none;
	}
	
* html ul.NAV2 ul {
    display: none;
	}

ul.NAV21 li > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}
* html ul.NAV21 ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
	}

/**
 * This will open the submenu when hovered
 */
ul.NAV2 ul.hover {
    display: block;
}

/**
 * Styling of links used in the menu
 * Change colors, padding and text-decoration as you like
 */
ul.NAV2 li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	white-space: nowrap;
	}

ul.NAV21 li a {
	font-weight: normal;
	text-align: left;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 140px;
	}

/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV2 a:hover,
ul.NAV2 a.hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(file:///Users/reclamejurjens/images/TPL2-nav2-hover.gif);
	background-repeat: no-repeat;
	}

ul.NAV21 a:hover,
ul.NAV21 a.hover {
	color: #333333;
	background-image: url(file:///Users/reclamejurjens/images/TPL2-nav21.png);
	background-repeat: no-repeat;
	background-color: #dddddd;
	}

/**
 * This block describes styling of active menu items
 */
ul.NAV2 a:active,
ul.NAV2 a.active {
	color: #ffffff;
	text-decoration: none;
	background-image: url(file:///Users/reclamejurjens/images/TPL2-nav2-active.gif);
	background-repeat: no-repeat;
	}
	
ul.NAV21 a:active,
ul.NAV21 a.active {
	color: #333333;
	text-decoration: none;
	background-image: url(file:///Users/reclamejurjens/images/TPL2-nav21.png);
	background-repeat: no-repeat;
	}	

ul.NAV2 a:visited,
ul.NAV2 a.visited {
	}

ul.NAV21 a:visited,
ul.NAV21 a.visited {
	color: #333333;
	text-decoration: none;
	background-image: url(file:///Users/reclamejurjens/images/TPL2-nav21.png);
	background-repeat: no-repeat;
	}	

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV2 li { float: left; }
* html ul.NAV2 li a { height: 1%; }
/* End */
  
