/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	color: #4b4c4d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #fff;
}

a {
	color:#444;
	text-decoration:underline;
}



a:hover {
	color:#ed7930;
}



#frame {
	width: 180mm;
	position: relative;
	height: 100%;
}

#footer {
	clear:both;
	height:50px;
	text-align:left;
	position:relative;
}

#id-footer-t3 {
	margin-left: 80px;
	padding-top: 30px;
	font-size: 0.6em;
	line-height: 1.4em;
}


#middle {
	width:100%;
	float:left;
	z-index:1;
	color: #333;
}


#id-text-t3 {
	margin-top: 40px;
	margin-left: 80px;
	margin-right: 40px;
	font-size: 0.7em;
	line-height: 1.4em;
}

h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	color:#4b4c4d;
	padding-top: 10px;
	padding-bottom: 4px;
}

td {
	font-size: 0.7em;
	line-height: 1.4em;
}

table {
	padding-bottom: 10px;
}

ul {
	list-style-image: url(images/std_bullet.gif);
}

li {
	padding-bottom: 3px;
}


/*** IMAGE BOX  ***/

#id-fce01 {
	position:relative;
	width:487px;
	height:108px;
	z-index:1;
	border: 1px solid #005d91;
	margin-bottom: 10px;
}
#id-fce01-img {
	position:relative;
	width:199px;
	height:108px;
	z-index:1;
	overflow: hidden;
	float: right;
	border-left: 1px solid #005d91;
}

#id-fce01-text {
	position:relative;
	width:255px;
	height:88px;
	z-index:1;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 20px;
	float: left;

	font-size: 0.9em;
	line-height: 1.4em;
}

#id-fce01-text p {
	margin:0;
	padding:0;
}

#id-fce01-text ul {
	margin:0;
	padding:0;
	margin-left:100px;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
}

#id-fce01-text li a {
	background-image:url(images/fce01_bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 .20em;
	line-height:1.4em; 
	text-decoration: underline;
	color: #4b4c4d;
	padding-left:12px;
}


