body {
	background-image: url(../img/background.png);
}

TABLE.skills {
	color: #485280;
    text-align: center;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	border: 1px dotted #808080;
}

TABLE.skills TH[scope="col"] {
	border-left: 1px dotted #808080;
}

TABLE.skills TH[scope="row"] {
	border-top: 1px dotted #808080;
    text-align: left;
}

TABLE.skills TD {
	border-left: 1px dotted #808080;
	border-top: 1px dotted #808080;
}

.main_table {
	border: 1px dotted #808080;
}

.column { 
	width: 100px;
	color: #384063;
	text-align: center;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	padding: 1px;
}

.column_section {
	color: #485280;
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
    font-weight: bold;
    border: 1px solid #485280;
    margin-bottom: 10px;
    }

.content {
	width: 430px;
	color: #384063;
    text-align: justify;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
	padding: 1px;
}

.content_header {
	width: 630px;
	color: #485280;
    text-align: center;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content630 {
	width: 630px;
	color: #485280;
    text-align: justify;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	padding-bottom: 20px;
}

.bar {
	width: 100%;
	color: #485280;
	text-align: center;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	border-top: 2px dotted #485280;
	border-bottom: 2px dotted #485280;
}

.bar A:link {
	color:#485280;
	background-color:transparent;
}
.bar A:visited {
	color:#485280;
	background-color:transparent;
}
.bar A:active {
	color:#485280;
	background-color:transparent;
}
