@charset "utf-8";
/* CSS Document */

.MainSelection {
	background-image: none;
	background-repeat: no-repeat;
	background-align: center middle;
}

a:link {
	color: #ff8000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ff8000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffa000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #ff8000;
	text-decoration: none;
	font-weight: bold;
}

/*¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Attribute Styles ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦*/

.NoBoarder {
	border-width: 0px;
}

.VerticalAlignMiddle {
	vertical-align: middle;
	
}

.BGNoRepeat {
	background-repeat: no-repeat;
	background-position: center top;
}

.BGRepeatX {
	background-repeat: repeat-x;
	background-position: center top;
}

.BGAlighCenter {
	background-position: center;
}

/*¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Global Styles ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦*/

body {
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/layout/background-bottom.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ff8000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ff8000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff8000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form {
	display:inline;
}

img {
	border:none;
}

ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ol {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

li {
	padding-top: 0x;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(../images/layout/tiles/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}

p {
	margin-bottom: 0px;
	margin-top: 0px;
}
