/* GENERAL RULES */

body {
	background-color: #203559;
	font-family:Arial,sans-serif;
	color:#203559;
	margin: 10px;
	padding:0;
}

a, a:visited, a:active {
	color:#203559;
	}
a:hover {
	color:#870000;
	}

a.index, a.index:visited, a.index:active {
	color:#fff;
	}
a.index:hover {
	color:#CCCCCC;
	}
	
img {
	border: 0;
	margin:0;
}
p {
	line-height: 1.5em;
	margin: 0 25px 1em 25px;
	font-size:90%;
	text-align:left;
}
p.rms {
	line-height: 1.5em;
	margin: 0 25px 1em 12px;
	font-size:80%;
	text-align:left;
}

h3 {
	line-height: 1.5em;
	margin: 0 25px -15px 25px;
	font-size:90%;
	text-align:left;
	font-weight:bold;
}
h4 {
	line-height: 1.5em;
	margin: 0 25px -15px 25px;
	color: #870000;
	font-size:100%;
	text-align:left;
	font-weight:bold;
}
h2 {
	line-height: 1.5em;
	margin: 0 25px 0px 25px;
	font-size:90%;
	text-align:left;
	font-weight:bold;
}


p.index {
	line-height: 1.5em;
	margin: 0 25px 1em 25px;
	font-size:90%;
	color:#fff;
}
p.buttons {
	text-align:right;
	}
p.buttons img {
	margin-left:15px;
	}

li {
	line-height: 1.5em;
	margin: 0 0px 0.5em 0px;
	font-size:90%;
	text-align:left;
}

table {
	border: 0;
	margin: 0;
}
td,th {
	padding: 0;
	vertical-align:top;
	text-align:left;
}

table.main {
	width:870px;
	}
table.main tr td.header {
	width:870px;
	}
table.main tr td.content {
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#A0C1D6;
	padding-top:10px;
	background-image:url(images/back_content.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
table.rooms {
	text-align:left;
}
table.rooms img {
	vertical-align:top;
	text-align:left;
	margin: 0 15px 2em 25px;
}	

table.pc {
	text-align:left;
}
table.pc img {
	vertical-align:top;
	text-align:left;
	margin: 0 10px 5px 25px;
}
	
table.foot {
	width:870px;
	background-color:#A0C1D6;
	}
table.foot td.corner {
	width:31px;
	vertical-align:bottom;
	}
table.foot td.middle {
	width:808px;
	border-bottom:2px solid #fff;
	}
table.footer {
	width:870px;
	}
table.footer tr td p {
	margin:5px 30px;
	color:#A0C1D6;
	font-size:75%;
	}
table.footer tr td p a, table.footer tr td p a:visited, table.footer tr td p a:active {
	color:#A0C1D6;
	}
table.footer tr td p a:hover {
	color:#fff;
	}

.floatLeft {
	float:left;
	margin:5px 10px 5px 0;
	clear:left;
	}
.floatRight {
	float:right;
	margin:5px 0px 5px 5px;
	clear:right;
	}
.floatLeftBorder {
	float:left;
	margin:5px 10px 5px 0;
	clear:left;
	border:1px solid #fff;
	}
.floatRightBorder {
	float:right;
	margin:5px 0px 5px 5px;
	clear:right;
	border:1px solid #fff;
	}

img.leadin {
	margin-bottom:-5px;
	}
img.promorms {
	margin: 5px 0px 0.5em 25px;
	}
