/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*-------------------------- 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;
	margin:0 auto;
}

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;
opacity: 0.5;
filter: alpha(opacity = 50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}

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

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

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

.startimage
{
	border:1px black solid;
}
.startimageSpecial
{
margin-left:67px;
width:180;
height:220px;
margin-right:63px;
}

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

#spaces
{
word-spacing:59px;
-webkit-text-size-adjust:170%;
}
ul#splitText
{
	list-style-type:none;
	display:inline;
	float:left;
	width:100%;
	height:20px;
	border:0;
	margin:0;
	paddig:0;

	-webkit-text-size-adjust:170%;
}
ul#splitText li
{
	width:20%;;
	font-family:arial;
	float:left;
	border:0;
	margin:0;
	text-align:left;
	display:block;
	paddig:0;


}
ul#splitText li.first
{
	text-align:right;
}
.clearDiv
{
	clear:both;

}