/* GENERAL ELEMENTS */
body {
	background-color:#cccccc;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	background:  url(system/graphics/style/background.jpg) repeat
}



a:link, a:visited, a:active {text-decoration: none}
a:hover {text-decoration: underline}

td {vertical-align: top}
th {background-color: #666666;color:white;border: solid #666666 1px}

img {margin: 0 10px 0 0}
object {float: left;margin: 0 20px 0 0}



/* HEADLINES */
h1{
	font-size:22px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
	
h2 {font-size:18px}
h3 {font-size:16px}



/* GENERAL CLASSES */
.center {text-align:center}
.leftfloat {float: left}
.nofloat {float: none}
.nopadding {margin: 0 0 0 0}

.small {font-size:x-small}
.large {font-size:medium}

/* SPECIFIED CLASSES*/
.generic {position:relative;width:12em;height:80em;float:left}
	
.content {position:relative;float:left;width:70%;background-color:#FFFFFF;border-left: solid #999999 1px;border-top: solid #999999 1px;border-bottom: solid #999999 3px;border-right: solid #999999 3px;padding: 0.7em 0.7em 1.5em 0.7em}

.menu {color:white;background-color:black;border-bottom: solid #999999 3px}
.menu a{color:white}
.menu a:hover{background-color:white;color:black;text-decoration: none}
.menu_item{
	font-size:large;
	color:white;
	border-bottom:dashed #999999 1px;
	line-height:1.7em;
}
.undermenu {width:70.6%;background-color:black;color:white;font-size:14px;padding: 0.5em 0 0.5em 0.5em;border-bottom: solid #999999 3px;border-right: solid #999999 3px}
.undermenu a{color:white}
.navtitle a{color:#CCCCCC;font-weight:bold;font-size:18px;text-transform:uppercase}



.box {
	position:static;
	background-color:#F4F4F4;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.ingress {font-size:18px;font-weight: bold;font-style: oblique}

/* WIDTH CLASSES  */
.w5 {width:5%}
.w10 {width:10%}
.w20 {width:20%}
.w25 {width:25%}
.w30 {width:30%}
.w35 {width:35%}
.w40 {width:40%}
.w50 {width:50%}
.w60 {width:60%}
.w70 {width:70%}
.w75 {width:75%}
.w80 {width:80%}
.w85 {width:85%}
.w90 {width:90%}
.w95 {width:95%}
.w100 {width:100%}