@charset "iso-8859-1";
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
}
.jump {
	display: block;
}
#jump a {
	display: block;
	color: #333333;
}
#cntl2 {
    display: none;
}
#top-logo {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#top-menu-boxes {
	display: none;
}
#top-border {
	display: none;
}
#top-menu {
	display: none;
}
#leftcol {
	display: none;
}
#rightcol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#footer {
	display:none;
}

.download {
	display: block;
	width: 90%;
	background-image: url(../_images/icons/arrow-down.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	background-color: #FCFCFC;
	color: #4F4F4F;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}
.download span {
	width: 100%;
	padding: 1px;
	font-weight: 600;
	font-size: 85%;
	text-transform: uppercase;
	font-family: tahoma, verdana;
	color: #CACACA;
	display: block;
	margin-top: -2px;
}
.download:hover {
	background-color: #F7F7F7;
}

/* 
--------------------------------
|  [typography.css]            |
|  Made by Andreas, 2007-07-25 |
--------------------------------
*/

/* Basic formating */
p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
h1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:140%;
	font-weight:normal;
	letter-spacing:1px;
	color: #4F4F4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:90%;
	font-weight:normal;
	letter-spacing:1px;
	color: #4F4F4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 2px;
}




a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.note {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-size: 95%;
}
.white-bg {
	background-color: #FFFFFF;
}
.grey {
	color: #CCCCCC;
}
p a {
	color:#666666;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #232323;
}
p a:hover {
	background-color: #F4F4F4;
	color: #575757;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #505050;
}
.border {
	color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
}

.small {
	font-size:0.7em;
}
.large {
	font-size:1.18em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
li {
	padding: 0px;
	list-style-type: square;
	color: #4D4D4D;
	margin: 0px;
	font-size: 80%;
}
.small-case {
	font-size: 0.75em;
	text-transform: uppercase;
}

.image  {
	margin: 3px;
	padding: 3px;
	border: 1px solid #A0A0A0;
	background-color: #F0F0F0;
}

