/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	text-align: center;
	margin: 0px 5px 5px 0px;
}

a {
	text-decoration: underline;
	color: #000033;
}

a:hover {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
}

.main {
	width: 90%;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px;
	border-style: solid;
	border-color: #EEEEEE;
}

.header {
	height: 75px;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
}

.header a {
	text-decoration: none;
	color: #000000;
}

.header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3300;
}

.header h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: expanded;
}

.header img {
	border: 0px;
	vertical-align: middle;
}

.leftimg {
	width: 70%;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

.rightmenu {
	width: 25%;
	border-style: dashed;
	border-color: #666666;
	border-width: 0px 0px 1px 1px;
	background-color: #EEEEEE;
	line-height: 35px;
}

.rightmenu a {
	text-decoration: none;
	color: #333333;
	padding: 10px;
}

.rightmenu a:hover {
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 10px;
}

.content {
	width: 100%;
	padding: 0px;
	text-align: center;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
}

.content h2 {
	font-size: 14px;
	font-stretch: semi-expanded;
	text-transform: capitalize;
}

.content ul {
	line-height: 18px;
	list-style-type: square;
	list-style-position: 10px;
	color: #333333;
}

.subject {
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 5px;
}

.subjectright {
	width: 30%;
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: 1px dashed #666666;
	padding: 25px 5px 5px 10px;
}

.briciola {
	width: 25%;
	text-align: right;
	text-transform: lowercase;
	color: #333333;
	vertical-align: top;
	padding: 30px 10px 5px 5px;
	background-color: #EEEEEE;
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.briciola a {
	text-decoration: none;
	color: #333333;
}

.briciola a:hover {
	color: #FFFFFF;
	background-color: #CC3300;
}

.footer {
	text-align: center;
	color: #333333;
	vertical-align: top;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}