/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	height: 100%
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

input:focus {
	background-color: LightYellow;
}

a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

a.alphabet {
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	color: darkblue
}

a.alphabet:hover {
	text-decoration: underline;
	font-size: 30px
}

/** HEADER **/

#header {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	display: inline;
}

#header p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}

#header a:hover {
	background: #FFFFFF;
	color: #254360;
}

#header .active {
	background: #FFFFFF;
	color: #254360;
}

#header a.news {
	text-decoration: none;
	text-transform: none;
}

#header a.news:active {
	color: none;
	background: none;
}

#header a.news:hover {
	color: none;
	background: none;
}

#header strong {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 40px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: lightblue;
}

#header logout {
	padding: 0px 40px 02px 20px;
}

/** CONTENT **/

#content {
	overflow: auto;
}

/** FOOTER**/

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}