body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dddddd;
	background: #ededed;
	margin: 0 0;
	text-align: center;
}

P{
	font-family: sans-serif;
	font-size: 11px;
	color:#aaaaaa;
	font-weight : normal;
}
.SmallTitle {
	font-family: sans-serif;
	font-size: 10px;
	color: #696969;
	font-weight : bold;	
	text-align: left;
}
.OnBlackTitle {
	font-family: sans-serif;
	font-size: 10px;
	color: #FF007E;
	font-weight : bold;	
	text-align: left;
}

.Paragraph {
	font-family: sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	font-weight : normal;
	text-align: justify;
}

#container { /* CENTER THE PAGE */
	height: auto; 
	margin: 0px;
	position:absolute;
	top:15px;
	left:15px;
	text-align: left;
	background-color: #ffffff;
	color: #dddddd;
}
#cornerTop {
	background: url(../img/cornerTop.jpg);
	position:absolute;
	top:0px;
	left:0px;
	height:15px;
}
#cornerLeftTop {
	background: url(../img/cornerLeftTop.jpg) no-repeat;
	float:left;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerLeftTopH {
	background: url(../img/cornerLeftTopH.jpg) no-repeat;
	float:left;
	width:15px;
	height:15px;
	overflow: hidden;
}					 
#cornerRightTop {
	background: url(../img/cornerRightTop.jpg) no-repeat;
	float:right;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerRightTopH {
	background: url(../img/cornerRightTopH.jpg) no-repeat;
	float:right;
	width:15px;
	height:15px;
	overflow: hidden;
}

#cornerLeft {
	background: url(../img/cornerLeft.jpg);
	position:absolute;
	left:0px;
	top:15px;
	width:15px;
}

#cornerLeftTopV {
	background: url(../img/cornerLeftTopV.jpg) no-repeat;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerLeftBottomV {
	background: url(../img/cornerLeftBottomV.jpg) no-repeat;
	float:left;
	position:absolute;
	left:0px;
	width:15px;
	height:15px;
	overflow: hidden;
}

#cornerRight {
	background: url(../img/cornerRight.jpg);
	float:right;
	width:15px;
}

#cornerRightTopV {
	background: url(../img/cornerRightTopV.jpg) no-repeat;
	float:right;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerRightBottomV {
	background: url(../img/cornerRightBottomV.jpg) no-repeat;
	float:right;
	position:relative;
	width:15px;
	height:15px;
	overflow: hidden;
}

#cornerBottom {
	background: url(../img/cornerBottom.jpg);
	position:absolute;
	left:0px;
	height:15px;
	overflow: hidden;
}

#cornerLeftBottom {
	background: url(../img/cornerLeftBottom.jpg) no-repeat;
	float:left;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerLeftBottomH {
	background: url(../img/cornerLeftBottomH.jpg) no-repeat;
	float:left;
	width:15px;
	height:15px;
	overflow: hidden;
}

#cornerRightBottom {
	background: url(../img/cornerRightBottom.jpg) no-repeat;
	float:right;
	width:15px;
	height:15px;
	overflow: hidden;
}
#cornerRightBottomH {
	background: url(../img/cornerRightBottomH.jpg) no-repeat;
	float:right;
	width:15px;
	height:15px;
	overflow: hidden;
}

#menu {
	text-align:right;
	color: #FF007E;
	font-size: 11px;
	font-family: sans-serif;
}
#menu A{
	font-family: sans-serif;
	font-size: 11px;
	color: #FF007E;
	font-weight : normal;
	text-decoration:none;
}
#menu A:hover{
	color: #000000;
	text-decoration:none;
}

#innerPage {
  height: auto;
  float:right;
  padding: 0px;
  margin:0;
  z-index:2;
  overflow: hidden;
  }

.pageBar {
	position: relative;
	font-family: sans-serif;
	font-size: 10px;
	color: #FF007E;
	text-align:left;
} 

.pageBar A{
	font-family: sans-serif;
	font-size: 11px;
	color:#aaaaaa;
	font-weight : normal;
}

.pageBar A IMG{
	border:none;
}

.pageBar  A:hover{
	color: #FF007E;
}

A{
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration:none;
}
A:hover{
	color: #FF007E;
}
.Frm{
	font-family: sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	border-color: #696969;
	border-style: solid;
	border-width:1px;
	background-color:#ffffff;
	padding-left:3px;
	padding-right:3px;
	cursor:text;
}