
body {
	background: #ffffff url('images/lines.gif') repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
table.lineCard{

   font-family: Arial, Helvetica, sans-serif;
   color: #333;
   font-size: 8pt;

}




#wrapper {

	background-position: center;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#insidewrapper {
	width: 980px;
	margin: 0;
	text-align: left;
	background-color: #fff;
}

#wrapperTop{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #d4dbe5;
}

#wrapperMid{
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #d4dbe5;
}

#mainblock {
	background: #d4dbe5 url(images/navShadowHome.gif) no-repeat;
	background-repeat: repeat-x;
	padding: 8px 0;

}


/*
#inblock {
	background: #fff url(images/navShadow.gif) no-repeat;
	background-repeat: repeat-x;
	padding: 8px 0;

}
*/
.content{
	font-size: 9pt;
	margin: 12px;
}
.red{
	font-size: 9pt;
	margin: 12px;
	color: f02a2a;
}

.reserv {border: 1px solid #b9bfca; width:700px; font-size: 9pt; text-align:center; font-weight:bold;padding:5px 5px 0 5px; margin-bottom: 15px}



/* navbar */
#navbar {
	height: 30px;
	background-color: #4476a8;
	background-image:   url("images/bg-navbar.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 4px 0 0 0;
/* ie 5 hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}
html>body #navbar {
	height: 26px;
}
#navbar ul {
	border-top: 1px solid #fff;
	height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
/* ie 5 hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
}
html>body #navbar ul {
	height: 24px;
}
#navbar ul li {
	margin: 0;
	padding: 0;	
	float: left;
}
#navbar a {
	display: block;
	width: 95px;
	border-right: 1px solid #b9bfca;
	background-color: #4476a8;
	text-align: center;
	height: 25px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
/* ie 5 hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 94px;
	height: 21px;
}
html>body #navbar a {
	width: 95px;
	height: 21px;
}
#navbar a.wide {
	width: 175px;
/* ie 5 hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 174px;
}
html>body #navbar a.wide {
	width: 174px;
}

#navbar a:hover, #navbar a#livechat:hover {
	background-color: #6699cc;
}
#navbar a.on, #navbar a.on:hover {
	background-color: #fe5a0f;
}

#navbarborder {
	background-repeat: repeat-x;
	height: 10px;
	margin: 0;
	padding: 0;
}

#navbar .in, #navbar .in:hover {
	background-color: #6699cc;
	color: #fff;
}
#navbar ul li.firstlist, #navbar ul li.firstsubmenu {
	border-top: none;
}
A:visited
{
    color: blue;
    text-decoration: none
}
A:link
{
    color: blue;
    text-decoration: none
}
A:hover
{
    color: #CC0033;
    text-decoration: underline
}
A:active
{
    color: #CC0033;
    text-decoration: underline
}
A.smLnk:visited
{
	font-size: 10px;
    color: blue;
    text-decoration: none
}
A.smLnk:link
{
	font-size: 10px;
    color: blue;
    text-decoration: none
}
A.smLnk:hover
{
	font-size: 10px;
    color: #CC0033;
    text-decoration: underline
}
A.smLnk:active
{
	font-size: 10px;
    color: #CC0033;
    text-decoration: underline
}

.heading	{ font-size: 10pt; font-weight: bold; color: #4a4a4a; background-color: #e7e7e7; padding: 3px 0px 3px 6px; }

 .floatright
{
float: right;
width: 300px;
}