
/* Titles */
#title-content-left {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	text-align: right;
}

h1#leftmenu {
	font-size: 16px;
	color: #000000;
	padding-left: 90px;
	
}

h2#leftmenu {
	font-size: 12px;
	color: #ffffff;
	padding-left: 90px;
}

h2#leftmenu a {
	font-size: 12px;
	color: #ffffff;
	decoration:underline;
}

h2#leftmenu a:hover {
	font-size: 12px;
	color: #eb262b;

}

h3{
	font-size: 12px;
	color: #eb262b;
}


h1#title-content {
	font-size: 16px;
	font-weight: normal;
	color: #eb262b;
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 0px 5px 0px; /* change first value to move header up or down */
	margin: 0px 20px 20px 50px;

}

h1#title-content a{
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}
h1#title-content a:visited{
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}

h1#title-content a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #eb262b;
	text-decoration:underline;
}

/* Content */
p {
	padding: 0px;
	margin: 2px 0px 6px 0px;
}



.normal {
	font-weight: normal;
}

ul#home {
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-image: url(/images/icon/arrow-right.gif);
}

#footer-left {
	float: left;
	font-size: 10px;
	
}

#footer-left2 {
	float: left;
	font-size: 10px;
    margin-left: 20px;
	margin-top: 5px;
}

#footer-left a {
	text-decoration: none;
	color: #4b4b4b;
}

#footer-right {
	float: right;
	font-size: 10px;
	text-align: right;
}

.border-blue {
	border-bottom: 1px solid #3db7e5;
}

img { border: none 0px; }

input.btn { font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border:0px; background: #e3eaf0; padding-right: 0px}
input{ font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
textarea { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0px; padding: 0px; width:171px}



.screen, .screen:visited {

position:relative; 
z-index:1;
}
.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:350px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000; /* add a border */
left:-140px; /* position:the image */
top:-76px;
}
.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
.screen:hover b {
visibility:visible; /* make the image visible */
height:60px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
.screen:hover b img {
border:0; /* remove the link border */
padding-bottom: 0px;
}
