body {
	margin: 0px;
	text-align: center;
	background-image: url(../../graphics/menuBar.gif);
	background-repeat: repeat-x;
}

div, table,td,tr,select,input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

a {
	color: #4193cb;
	text-decoration: underline;
}

a:link {
	color: #4193cb;
	text-decoration: underline;
}

a:hover {
	color: #ffad3b;
	text-decoration: none;
}

.menuBtn a:link{
	color: #ffad3b;
	text-transform: uppercase;
	text-decoration: none;
}

.menuBtn a:visited{
	color: #ffad3b;
	text-transform: uppercase;
	text-decoration: none;
}

.menuBtn a:hover {
	color: #e8e8e8;
	text-transform: uppercase;
	text-decoration: underline;
}

.menuAct a:link{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.menuAct a:visited{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.menuAct a:hover {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.boxBgr {
	background-image: url(../../graphics/boxBgr.gif);
	background-repeat: repeat-y;	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.textBgr {
	background-image: url(../../graphics/textBgr.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: justify;
	vertical-align: top;
}

.boxTitle {
	color: #ffad3b;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.menuPad {
	padding-bottom: 5px;
}
