﻿/* 100% Page Heigth & Width */
   #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background-color: #000000;
   }
   body {
      height:98%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

   }
   html {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background-color: #000000;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
   
/* Page Styles */
.contentgray {
	text-align: justify;
	color: #909090;
	font-size: 12pt;
	font-weight: normal;
}

#bold {
	font-weight: bold;
}

.contentwhite {
	text-align: justify;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: normal;
}
.title {
	text-align: center;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	background-color: #FFCCFF;
}
.title2 {
	text-align: center;
	color: #909090
	font-size: 11pt;
	font-weight: bold;
	
}

.title-small {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}
.title-small2 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

.title-pink {
	font-size: 11pt;
	font-weight: Bold;
	font-style: italic;
	color: #FFCCFF;
}

.title-pinkn {
	font-size: 11pt;
	font-weight: Bold;
	font-style: normal;
	color: #FFCCFF;
}

.title-white {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}

/* Text Links & Rollovers */
p.plinks a {
	text-align: center;
	color: #FFCCFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
p.plinks a:visited {
	text-align: center;
	color: #FFCCFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
p.plinks a:hover {
	text-align: center;
	color: #FF99FF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

p.wlinks a {
	text-align: center;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

p.wlinks a:visited {
	text-align: center;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
p.wlinks a:hover {
	text-align: center;
	color: #FF99FF;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
}
p.rollovertext a {
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	color: #909090;
}
a:visited {
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	color: #909090;
}
p.rollovertext a {
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	color: #909090;
}
p.rollovertext a:hover {
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	color: #FFFFFF;

}
.upperlink {
	font-size: 12px;
}
.lowerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.nav-on {
	color: #FFFFFF;
	font-weight: bold;
}

/* Table Properties */
.center {
	text-align: center;
}
.whiteborder {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}
.spacer {
	color: #000000;
	font-size: 1pt;	
	border-collapse: collapse;
}
.bigspacer {
	color: #FFCCFF;
	font-size: 4pt;
	border-collapse: collapse;
}

#vcenter {
	vertical-align: middle;
}

#center {
	text-align: center;
}
