/* RESETS DEFAULT BROWSER STLES - COURTESY OF ERIC MEYER **********/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/
p {
	margin: 0;
    margin-bottom:5px;
	border:0;
}
body { line-height: 1; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*END RESETS */


body {
 font-size: small; 
 font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; 
 background-color: #fff;
 text-align: left;
 margin:12px
}
p {
 padding:0px;
}

p.langname, p.skill {
/* border:1px solid #0cf; */
 clear:both;
 float:left;
}

span.skill {
  border:1px solid #F00;
 display:block;
 margin-bottom:8px;
}
.duration {
/* border:1px solid #cf0; */
 float:right;
 clear:right;
}
.note {
/* border:1px solid #fc0;*/
 clear:both;
 float:left;
 color:#777;
 margin-top:0px;
}
 
h1, h2, h3, h4, h5, h6 {
 text-align: left;
 clear:both;
 font-weight: bold; 
 color: #163297;
 margin-top: 15pt;  
}

h1 {
 border-top: #3266cc 1px solid; 
 font-size: large; 
 margin-bottom: 2pt; 
 color: #008; 
 line-height: 130%; 
 background-color: #e5ecf7; 
}

h2 {
 font-size: medium; 
 margin-bottom: 2pt; 
 line-height: 120%; 
}

h3 {
 border-top: #66cc2f 1px solid; 
 font-size: large; 
 margin-bottom: 3pt; 
 line-height: 110%; 
 background-color: #ecf7e5; 
}

h4 {
 border-top: #cccc2f 1px solid; 
 font-size: medium; 
 margin-bottom: 3pt; 
 line-height: 110%; 
 background-color: #f7f7e5; 
}

.teaser {
 padding-right: 6pt; 
 border-top: #66cc2f 1px solid; 
 margin-top: 12pt; 
 padding-left: 3pt; 
 font-size: small; 
 margin-bottom: 2pt; 
 padding-bottom: 8pt; 
 color: #004; 
 line-height: 14pt; 
 padding-top: 8pt; 
 background-color: #ecf7e5; 
 text-align: right; 
 display:block;
 float:right;
 width:50%
}

