BODY {
	MARGIN: 0px; 
	PADDING:0px;
	COLOR: #555555; 
	background: #EDEDED;
	text-align: center;
}



/* FONT */
.text1 { font-size:70%; line-height:150%;}
.text2 { font-size:80%; line-height:150%;}
.text3 { font-size:100%; line-height:150%;}
.text4 { font-size:90%; line-height:150%; color:#ff0000;}
.text5 { font-size:70%; line-height:135%;}
.text6 { font-size:75%; line-height:150%; color:#ff0000;}

.text_red  { color: #f00; font-size: 70%; line-height: 150% }
.text2_black { font-size:80%; line-height:150%; color:#000000; font-weight:bold;}

.hlfont { font-size:15px; line-height:130%; }
.hlfont_s { font-size:80%; line-height:130%; }
.capfont { font-size:10px; line-height:130%; }
.capfont_s { font-size:xx-small; line-height:130%; }
.hffont { font-size:11px; line-height:140%; }


/* LINK */
a:link { color:#0000e0; text-decoration:none; }
a:visited { color:#0000e0; text-decoration:none; }
a:hover { color:#e00000; text-decoration:underline; }
a:active { color:#0000e0; text-decoration:none; }

a.white:link { color:#ffffff; text-decoration:underline; }
a.white:visited { color:#ffffff; text-decoration:underline; }
a.white:hover { color:#ffffff; text-decoration:underline; }
a.white:active { color:#ffffff; text-decoration:underline; }


/* MARGIN */
.marginALL2 { margin: 2px; }


.line_black { background-color:#000000;}

#personal {
	padding-right: 10px;
	padding-left: 10px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	height: 120px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-top: 10px;
	background-color: white;
	float: left;
}

p {
	font-size: 10pt;
}