BODY {
	font:		16px "Times New Roman"; 
	color:		#ffffff;
	/*background:	#fff url(img/textured_white.gif);*/
    background:#0d5ca7;
	padding:	25px;
}

a:visited {
	border:		none;
	color:		#00FFFF; /*#800080;*/
}

a:link {
	border:		none;
	color:		#00FFFF;
}

img	{
	border: none;
}

ul {
	display:	none;
}

li {
	width:		150px;
	height:		45px;
	padding:	5px 2px;
	margin:		15px 0px;
	float:		left;
	background: #fff url(img/btn_bkground.gif) no-repeat top right;
	color:		#FFF;
	font:		Arial small;
	text-align:	center;
}

h1	{
	text-indent:	0px;
	font-size:		large;
	font-weight:	bold;
	font-variant:	small-caps;
}

p.title {
	display:		none;
	font-variant:	small-caps;
	font-size:		x-large;
	font-weight:	bold;
	margin-top:		100px;
}

div.header {
	color:			#FFF;
	width:			700px;
	height:			144px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
	background:		url(img/apitop.jpg) no-repeat;
}

div.main-login {
	border:			1px outset #000;
	width:			200px;
	float:			right;
	margin:			15px 0px 15px 30px;
	padding:		10px 5px;
}

.content {
	width:			650px;
	text-indent:	10px;
	margin-left:	auto;
	margin-right:	auto;
}
