* html body {
	text-align: center;
	background-color:#223344;
}

body{
	color: #eee;
	background-color: #223344;
	font-family: verdana;
	font-size: 12px;
}

table.typo3-debug, table.typo3-debug td {
background-color:green;
}

a img {
	border:0px;
}
img{
	border-color:black;
	vertical-align:middle;
}

a{
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1{
	color: #eee;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
}

h2{
	color: #eee;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

h3{
	color: #eee;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

h4{
	color: #eee;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

h5{
	color: #eee;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

h6{
	color: #eee;
	font-family: verdana;
	font-size: 8px;
	font-weight: normal;
}

hr {
border:1px solid black;
border-bottom-width:0px;
height:1px;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:0.5em;
}
td p {
/*margin:0px;*/
}

input {
	background-color:#556677;
	border:1px inset black;
	color:white;
}

input[type=submit], input[type=image] {
	border-style:outset;
	font-size:11px;
}

textarea {
	background-color:#556677;
	color:#ffffff;
	border:1px inset black;
}

select {
	background-color:#556677;
	color:#ffffff;
	border:1px inset black;
}

li {
margin-bottom:1em;
}

/* BEGIN Internet Explorer Compatibility */

table{
	font-family: verdana;
	font-size: 12px;
}

.submitbutton {
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
border-top:#919191 1px solid;
border-left:#919191 1px solid;
border-style:outset;
font-size:11px;
}
a.submitbutton {
padding:1px 10px;
background-color:#556677;
text-decoration:none;
cursor:default;
}

/* END Internet Explorer Compatibility */

/* BEGIN Opera Compatibility */

body:hover {
	background-color:#223344;
}

/* END Opera Compatibility */
