body
{
	font-family: arial;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

form
{
	margin: 0px 0px 0px 0px;
}

a
{
	color: black;
}

a:hover
{
	text-decoration: none;
}

ul
{
	margin-bottom: 0px;
}

h1
{
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	margin: 15px 0px 10px 0px;
}

img
{
	border: none;
}

.imgBorder
{
	border: solid 1px black;
}

.divUber
{
	background-image: url(images/user/Background.jpg);
	margin: 0px auto 0px auto;
	width: 920px;
}

.divMain
{
	margin: 0px auto 0px auto;
	width: 900px;
	text-align: left;
	background-color: white;
}

.divMainAdmin
{
	background-color: white;
	margin: 0px auto 0px auto;
	width: 900px;
}

.divTopMenu
{
	background-color: #000039;
	height: 16px;
}

.aTopMenu
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	background-color: #000039;
	display: block;
}

.divTopMenu a:hover
{
	background-color: white;
	color: #000039;
}

.divTopMenuAdmin
{
	background-color: #000039;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: xx-small;
}

.divTopMenuAdmin a
{
	color: white;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

.divTopMenuAdmin a:hover
{
	background-color: white;
	color: #000039;
}

.divSubMenu, .divSubMenuLeft
{
	visibility: hidden;
	width: 150px;
	position: absolute;
	z-index: 1;
}

a.aSubMenu, a.aSubMenuLeft
{
	background-color: white;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 100%;
	border: solid 1px #000039;
}

a:hover.aSubMenu, a:hover.aSubMenuLeft
{
	background-color: #EEEEEE;
}

.divLeftMenu
{
	margin: 0px 0px 15px 0px;
}

.aLeftMenu
{
	border-bottom: solid 1px #999999;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

.divLeft
{
	float: left;
	width: 170px;
	padding: 15px 0px 10px 0px;
}

.divMiddle
{
	float: left;
	width: 495px;
	margin: 15px 5px 0px 10px;
}

.divRight
{
	float: right;
	width: 200px;
	margin: 15px 2px 10px 0px;
}

.divHeader
{
	position: absolute;
	width: 900px;
}

.divInnerHeader
{
	position: absolute;
	right: 0px;
	float: right;
	color: white;
	background-color: #000039;
	padding: 4px 4px 4px 4px;
	border: solid 1px white;
}

.divInnerHeader a
{
	color: white;
	text-decoration: none;
}

.divLanguages
{
	text-align: right;
	padding: 0px 5px 5px 5px;
}

.divLanguages img
{
	max-height: 15px;
}

.divFooter
{
	clear: both;
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
	vertical-align: bottom;
	position: relative;
	text-align: center;
	border-top: solid 1px white;
}

.divInnerFooter
{
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
}

.tblArticle
{
	margin: 0px 0px 15px 0px;
	border: solid 1px #000069;
	background-color: white;
	width: 100%;
}

.tblArticleAdmin
{
	margin: 0px 0px 15px 0px;
	border: solid 1px #000069;
	background-color: white;
	width: 100%;
}

.tblArticle td
{
	font-size: 13px;
	/*text-align: justify;*/
	padding: 2px 5px 5px 5px;
}

.tblArticleAdmin td
{
	font-size: 13px;
	text-align: center;
	padding: 2px 5px 5px 5px;
}

.tblArticle th, .tblAdmin th
{
	font-size: 14px;
	text-align: left;
	background-color: #000069;
	color: white;
	padding: 1px 5px 1px 5px;
}

.tblArticleAdmin th, .tblLogin th
{
	font-size: 14px;
	text-align: left;
	background-color: #000069;
	color: white;
	padding: 1px 5px 1px 5px;
}

.tblAdmin
{
	margin: 0px auto 0px auto;
}

.tblAdmin td
{
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

.txtAdmin
{
	border: solid 1px black;
	width: 300px;
}

.txtContact
{
	border: solid 1px black;
	width: 250px;
}

.tblLogin
{
	width: 314px;
	height: 100px;
	margin: 100px auto 75px auto;
	border: solid 1px black;
}

.tblLogin td
{
	font-size: 13px;
}

.txtDefault
{
	border: solid 1px black;
	width: 200px;
}

.btnDefault
{
	border: solid 1px black;
}
