/* --------------------------------	*/
/* General							*/
/* -------------------------------- */

body							{ margin: 0px; background-color: #d7d7d7; overflow: auto; color: #000000 }
p, P							{ padding-top: 0px; margin-top: 0px; }

body,
p,
span,
div,
td,
input,
textarea						{ font-size: 11px; font-family: verdana, tahoma, sans-serif; }
a								{ font-size: 11px; font-family: verdana, tahoma, sans-serif; color: #c58118 }

a:link,
a:visited,
a:active					{ color: #c58118; text-decoration: none; font-weight: bold; }
a:hover   					{ color: #c58118; text-decoration: none; font-weight: bold; text-decoration: underline; }

/* --------------------------------	*/
/* Menu							    */
/* -------------------------------- */

.MenuItem						{ width: 119px; height: 25px; text-align: center; vertical-align: bottom; cursor: hand; overflow: hidden; padding-bottom: 10px; }
.MenuItemOver					{ width: 119px; height: 25px; text-align: center; vertical-align: bottom; background-image: url(../Img/Menu/ItemBackground.gif); cursor: hand; overflow: hidden; padding-bottom: 10px; }

/*.MenuItem img,			
.MenuItemOver img				{ margin-bottom: 10px; }*/

/* --------------------------------	*/
/* Keyword							*/
/* -------------------------------- */

.KeywordHeadline				{ font-size: 18px; font-family: georgia, sans-serif, tahoma; color: #ffffff; margin-left: 20px; margin-right: 20px; } 
.KeywordText					{ font-size: 12px; font-family: georgia, sans-serif, tahoma; color: #ffffff; margin-left: 20px; margin-right: 20px; font-weight: bold; line-height: 20px; }

.Split							{ margin-bottom: 13px; }
.Header							{ height: 25px; padding-left: 10px; padding-right: 10px; vertical-align: top; text-align: left; font-family: arial, tahoma, verdana, sans-serif; font-size: 18px; color: #333333; }
.Content						{ padding-left: 10px; padding-right: 10px; vertical-align: top; text-align: left; font-family: verdana, tahoma, verdana, sans-serif; font-size: 11px; line-height: 18px; }
.Copyright						{ padding-left: 257px; text-align: left; font-family: tahoma, verdana, verdana, sans-serif; font-size: 10px; color: #909090; margin-top: 30px; margin-bottom: 30px; }

.FormTitle						{ margin-bottom: 3px; vertical-align: top; text-align: left; font-family: verdana, tahoma, sans-serif; font-size: 11px; color: #666666; font-weight: bold; }
.FormText						{ color: #4e4e4e; font-weight: bold; padding: 2px; background-color: #ffffff; border: 1px solid #888888; height: 20px; }
.FormTextarea					{ color: #4e4e4e; font-weight: bold; padding: 2px; background-color: #ffffff; border: 1px solid #888888; }