/* unvisited link */
div.skills a:link {
    color: inherit;
}

/* visited link */
div.skills a:visited {
    color: inherit;
}

/* mouse over link */
div.skills a:hover {
    color: inherit;
}

/* selected link */
div.skills a:active {
    color: inherit;
}

div.skills a{
	text-decoration: none;
}

div.skills sub{
	vertical-align: -10%;
	font-size: 67%;
}
div.skills sup{
	vertical-align: 33%;
	font-size: 67%;
}

div.skills table {
	border-collapse: collapse;
	font-size: 10pt;
}

div.skills table tr:nth-child(odd) {
	background-color: #F2F4F7; 
}

div.skills table tr:nth-child(even) {
	background-color: white; 
}

div.skills table > thead > tr > th {
	padding: 2pt;
	text-align: left;
	border: solid 0.5pt black;
	border-bottom: solid 1pt black;
	font-weight: bolder;
	background-color: white;
	width: 300pt;
} 

div.skills table > tbody > tr > td {
	padding: 2pt;
	border: solid 0.5pt black;
	width: 300pt;
} 

div.skills table > tbody > tr > td:last-child {
	text-align: right;
} 

div.skills h1 {
	color: #5E5E5E;
	font-size: 16pt;
	margin-bottom: 0;
	margin-top: 12pt;
}
div.skills h2 {
	color: #f08200;
	font-size: 12pt;
	margin-top: 4pt;
	margin-bottom: 0;
}
div.skills h3 {
	color: #929292;
	font-size: 9pt;
	text-transform: uppercase;
	margin-top: 4pt;
	margin-bottom: 0;
}
