/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	line-height: 120%;
	font-size: 11px;
	color:#FFFFFF;
}
img{
	border:none;
}
input,select,textarea {
	font-family:tahoma;
}
textarea{
	width:90%;
}
input {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
table.blog {
	width:100%;
}
td {
	text-align: left;
	font-size: 11px;
}
/* Mitra core stuff */
a:link, a:visited {
	color: #FFFFFF; text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#FFFFFF;	text-decoration: none;
	font-weight: normal;
}
fieldset {
	border: 0px;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
	width:98%;
}
