a 
{
	text-decoration: underline;
	color: #71779D;
}

html
{
	margin:10px;
}

body
{
	font-family: verdana;
	font-size: 0.75em;
	margin:0px auto 0px auto;
	max-width:950px; /*Max is 1107 due to background image*/
	min-width:420px;
	margin:0px auto 0px auto;
	word-spacing: 0.11em;
	background-color:#e7e7e7;
}

h1
{
	font-family:tahoma;
	font-size:1.25em;
	font-weight:bold;
	clear:left;
}

h2
{
	font-family:tahoma;
	font-size:1.16em;
	font-weight:bold;
	font-style:italic
}

h3
{
	font-family:tahoma;
	font-size:1.1em;
	font-weight:bold;
}

.compact
{
	margin-bottom:-0.9em;
}

select
{
	font-family: verdana;
	font-size: 0.9em;
}

.Top
{
	display:inline-block;
	background:url(../Pictures/Site/top.jpg) no-repeat top left;
}

.TopL
{
	background:url(../Pictures/Site/left-top.jpg) no-repeat top left;
}

.TopR
{
	height:18px;
	background:url(../Pictures/Site/right-top.jpg) no-repeat top right;
}

.LeftT
{
	background:url(../Pictures/Site/left.jpg) left top no-repeat;
}

.LeftB
{
	background:url(../Pictures/Site/left.jpg) left bottom no-repeat;
}

.RightT
{
	background:url(../Pictures/Site/right.jpg) right top no-repeat;
}

.RightB
{
	background:url(../Pictures/Site/right.jpg) right bottom no-repeat;
}

.Center
{
	margin:0px 25px 0px 18px; display:inline-block;
}

.CenterT
{
	background:url(../Pictures/Site/center-top.jpg) top right no-repeat;
}

.CenterB
{
	background:url(../Pictures/Site/center.jpg) bottom right no-repeat;
}

.Logo
{
	border-bottom: solid #8682b1 1px;
}

.CountryMenu
{
	float:right;
}

.TopMenu
{
	background:transparent;
	text-align:center;
	border-bottom: solid #8682b1 1px;
	padding:10px;
	line-height:2em;
	font-size:1.25em;
	font-weight:bold;
}

.MItem
{
	text-decoration: underline;
	color: #516492;
	white-space:nowrap;
}

.MItemCurrent
{
	color: #000000;
	white-space:nowrap;
	font-weight:bold;
	text-decoration: none;
}


.MLine
{
	background-color:#516492;
	font-size:.7em;
	vertical-align:middle;
	margin:0.8em;
}

.Main
{
	overflow:auto;
	height:750px;
	display:inline-block;
	width: 100%;
}

.Bot
{
	background:url(../Pictures/Site/bottom.jpg) repeat-x bottom;
}

.BotL
{
	background:url(../Pictures/Site/left-bottom.jpg) no-repeat bottom left;
}

.BotR
{
	background:url(../Pictures/Site/right-bottom.jpg) no-repeat bottom right;
	height:25px;
}

/* Generic Table Layout (Depreciated) */
table.gtl
{
	border-collapse: collapse;
	margin:5px;
}
table.gtl td
{
	padding: 4px;
	margin: 0px;
	border:solid 1px #8682b1; border-collapse:collapse;
	vertical-align:top;
}
table.gtl p
{
	margin: 0px;
}


/* Generic Table Layout No Border*/
table.gtlnb
{
	border-collapse: collapse;
}
table.gtlnb td
{
	padding: 4px;
	border-collapse:collapse;
	vertical-align:top;
}
table.gtlnb p
{
	margin: 0px;
}

/* Generic Table Layout With Border*/
table.gtlwb
{
	border-collapse: collapse;
}
table.gtlwb td
{
	padding: 4px;
	border:solid 1px #8682b1; border-collapse:collapse;
	vertical-align:top;
}
table.gtlwb p
{
	margin: 0px;
}

dl
{
	margin:2px;
}

/* Image Wren With Border */
dl.iwwb
{
	border:solid #8682b1 1px;
	font-weight:normal;
	padding: 6px;
	font-size:10px;
	font-style:normal;
	font-family:verdana;
}

/* Image Wren No Border */
dl.iwwb
{
	padding: 6px;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	font-family:verdana;
}
