/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*-------------------------- Main --------------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

td
{
	/*border:1px solid blue;*/
}

body {
	margin: 0px 0px 0px 0px;
	font-family:arial;
	background-color:white;
}

table.main
{
/*	width:1000;*/
	height:100%;
	border-collapse: collapse;
	background-color:white;
}

td.main
{
	padding:0px 60px 40px 60px;
	background-color:white;

	vertical-align:top;
	font-family:arial;
	text-align:justify;
}


/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*------------------ Header and footer ---------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */

#titles
{
	margin-top:10px;
	float:right;
	text-align:right;
}

#title1
{
	font-size:20px;
	font-family:arial;
}

#title2
{
	font-size:16px;
	font-family:arial;
}

/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*------------------------ STYLES --------------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
h1
{
	margin-top:35px;
	margin-bottom:5px;
}
h2
{
	margin-top:15px;
	margin-bottom:5px;
}
h3
{
	margin-top:15px;
	margin-bottom:5px;
}
ul
{
	list-style-position: inside;
	margin: 10px 0px 10px 40px;
}

/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*------------------------ MENU ----------------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
.menu
{
    color: brown;
    display: block;
    width: 130px;
    height: 15px;
    text-decoration: none;
	font-size:11px;
	text-align:center;

    background-image: url(../img/button.jpg); 
}

.menu:hover
{
    color: red;
    background-image: url(../img/button.jpg); 
} 

.highlightit img {
border:0px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.highlightit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*----------------------- OTHERS ---------------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */

.rightdiv
{
	float:right;
	padding:30px;
	font-size:12px;
	text-align:center;
}

.startimage
{
	border:1px black solid;
}

.mainlink
{
	text-decoration:none;
	color:black;
	font-weight:bold;
}