@charset "UTF-8";
/* CSS Document */

a {
	color : #FFF;
	text-decoration : none;
	border-style: none;
	border-width: 0px; 
}
a:visited {
	color : #CCC
	text-decoration : underline;
	border-style: none;
	border-width: 0px; 
}
a:hover {
	color : #CCC;
	text-decoration : underline;
	border-style: none;
	border-width: 0px; 
}
a:active {
	color : #CCC;
	text-decoration : underline;
	border-style: none;
	border-width: 0px; 
}
a img { 
border: 0px solid; 
}

a:hover img, 
a:active img { 
border: 0px solid ; 
}

h2 {
	color : #ff6633;
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 12px;
	margin-bottom: 0.1em;
	margin-top: 0em;
}
h3 {
	color : #FFF;
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 15px;
	margin-bottom: 0em;
	text-align:center;
	font-weight:normal;
}
p {
     margin:  1em 0 1em 0;
     padding:  0;
}
body {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color: #FFF;
	background-image: url(images_site/bg.png);
	margin-bottom: 0em;
	margin-left:0em;
	margin-right:0em;
	margin-top:0em;
	word-spacing:1px;
	line-height:17px;
}
.image {
	border-left : 1px solid #FFF;
	border-right : 1px solid #FFF;
	border-bottom : 1px solid #FFF;
	border-top : 1px solid #FFF;
}
.table {
	background-color: #3f4248;
	margin-bottom: 0em;
	margin-left:0em;
	margin-right:0em;
	margin-top:0em;
}
div.resume
 {	width: 640px; height:448px; overflow:auto; text-align:left;
 }