/* FONT SIZES */

body,
h1, h2, h3 {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

body,
td#main,
div#content,
td#content,
div#footer
	{
	color: black;
	background-color: white;
	border: none;
	}
	
a {
	text-decoration: underline;
	color: black;
}

td.background,
div#header,
div#nav,
td#sidebar,
img.mini-icon
	{
	display: none;
	}

/* UNIVERSAL */
body {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

/* GENERAL */
td#main {
	padding: 10px;
}

div#content,
td.content {
	padding: 10px 20px 0px;

}

div#footer {
	color: black;
	font-size: 8pt;
	height: 20px;
	text-align: center;
	padding-top: 10px;
}

/* Generic type */

h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin: 0px 0px 1em;
}

h2 {
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 1em;
}

h3 {
	font-weight: normal;
	color: black;
	margin: 0px;
}

p {
	margin: 0px 0px 1em;
	padding: 0px 0px 0px 10px;
}

.discreet {
	color: #666666;
}

hr {
	margin: 0px;
	height: 1px;
	background-color: #CCCCCC;
	border: none;
}

hr.red {
	background-color: #CCCCCC;
}
hr.blue {
	background-color: #CCCCCC;
}

span.title-divider {
	color: #CCCCCC;
}

div.img-frame {
	background-color: white;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin: 2px;
}

td.img-frame {
	background-color: white;
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
	text-align: center;
}

img.border {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 4px;
}

img.mini-icon {
	vertical-align: baseline;
}

a.rightlink {
	float: right;
}

a img {
	border: none;
	text-align: center;
	vertical-align: middle;

}

div.box,
table.box {
	background-color: white;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	clear: both;

}

div.box div.item {
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
/*	border-bottom: 1px solid #777BBF;*/
	border-bottom: 1px solid #CCCCCC;
}

td.box {
	width: 250px;
	margin-left: 20px;
	background-color: white;
}

tr.title td {
	color: white;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #CCCCCC;
}

/* Specifics */
a.thumb {
	border: 1px solid #CCCCCC;
	margin: 4px;
}

a.thumb img {
	border: 10px solid white;
}

/* Location */
div#location {
	margin-bottom: 10px;
}

div#location,
div#location a {
	text-decoration: none;
	color: #999999;
}

div#location a:hover {
	text-decoration: underline;
	color: #000000;
}

