/* Styles for the site */

element.style {
font-size:11px;
}
input.buttonTunnel{
	border: 1px solid black;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	background-color: #00304e;
	color:#FFFFFF;	
	cursor: pointer;
}
input.buttonTunnel:hover{
	background-color: #002034;
	cursor: hand;
}
input {
border:1px solid #000000;
font-size:12px;
}

div#fastmenucontainer{
	color: white;
	background-image: url(/images/fastmenu-background.png);
	background-repeat: no-repeat;
	background-color: #000022;
        margin: 0px 0px 0px 0px;
        padding-top: 2px;
		padding-bottom: 2px;
	text-align: right;
}


td.leftmenu{
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
	width: 165px;
	border: 1px solid gray;
	border-left-width: 0px;
	border-bottom-width: 0px;
	background-color: #000033;

}
div.topform{
            padding: 4px;
            background-color: #b68cde;
            color: white;
            text-align: left;
            font-family: Arial;
            font-weight: bold;
}
div.menulinks{
	padding-left: 8px;
	margin-top: 8px;
}
div.withinform{
              font-weight: normal;
            padding: 4px;
            margin: 0px;
            margin-top: 3px;
            background-color: white;
            color: black;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Common properties for the links */
a:link,a:active,a:visited{
	color: #cccccc;
}
a:hover{
	text-decoration: underline;
	color: #cccccc;
}


/* The body */
body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Body container style */
div#bodycontainer{
	color: rgb(23,80,183);
	background-color: white;
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}


div#logocontainer{
        width: 944px;
        text-align: left;
        border: 0px;
        background-color: #333333;
		margin: 0px;
		padding: 0px;
}

div#bodymarginer{
	width: 944px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
    border: 1px solid black;
}


a.menulink:link,a.menulink:active,a.menulink:visited{
        text-decoration: none;
	color: #cccccc;
}
a.menulink:hover{
	text-decoration: underline;
	color: #cccccc;
}

a.fastmenulink:link,a.fastmenulink:active,a.fastmenulink:visited{
        text-decoration: underline;
		color: white;
}
a.fastmenulink:hover{
	text-decoration: underline;
	color: white;
}

div.menutitle{
        font-family: Arial;
        font-size: 14px;
        padding-left: 58px;
		color: #ffff66;
        background-image: url("/images/ship-ico.png");
        background-repeat: no-repeat;
        margin-top: 16px;
}

table.largetable{
	width: 100%;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


td.bodycontext{
	margin: 0px 0px 0px 0px;
	padding-bottom: 12px;
	background-color: #000033;
	width: auto;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	padding-left: 10px;
	color: #cccccc;
}

div.foot{
	width: 100%;
}

/* Title's style... */
.maintitle,h1,h2{
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	line-height: 120%;
	text-align: center;
	color: #cccccc;
}

div.subscribe{
	margin: 5px;
	padding: 10px;
	background-color: gray;
	color: yellow;
	font-size: 20px;
	font-style: bold;
	text-align: center;
}

div.copyrightfoot{
        text-align: center;
        color: #cccccc;
        font-size: 11px;
        font-family: Arial;
        padding-top: 6px; 
	margin-bottom: 8px;
	width: 100%;
}



