/* --- Style sheet for style XPR --- */


/* --- Custom css starts here --- */

.red_bg_white_text {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:  #FFFFFF;
font-weight: normal;
background-color: #FF0033;
padding: 5px;
display: block;
margin-bottom: 0px;
}

/* --- Custom css ends here --- */



/* --- Page style XPR starts here --- */

/* Heading */
BIG {
   color: #666666;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 20px;
   line-height: 18px
}

/* Heading */
.BIG {
   color: #666666;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 20px;
   line-height: 18px
}

/* Subheading */
STRONG {
   color: #FF0033;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-weight: bold;
   font-size: 14px;
   line-height: 14px
}

/* Subheading */
.STRONG {
   color: #FF0033;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-weight: bold;
   font-size: 14px;
   line-height: 14px
}

/* Caption */
SMALL {
   color: #000000;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 11px;
   line-height: 12px
}

/* Caption */
.SMALL {
   color: #000000;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 11px;
   line-height: 12px
}

/* Text */
.norm {
   color: #000000;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 14px;
   line-height: 14px
}

/* Paragraph Link */
A {
   color: #000000;
   font-family: Arial, Verdana, Charcoal, Geneva, Helvetica, Sans-Serif;
   font-size: 14px;
   line-height: 10px
}

A {
   text-decoration: underline
}

A:visited {
   color: #000000;
   text-decoration: underline
}

A:hover {
   color: #000000;
   text-decoration: underline
}

A:active {
   color: #000000;
   text-decoration: underline
}

/* --- Page style ends here --- */



/* --- Navigation style starts here --- */

/* Navigation Level 1 */
.navniv1 {
   color: #FFFFFF;
   font-family: Helvetica, Verdana, Charcoal, Geneva, Arial, Sans-Serif;
   font-weight: bold;
   font-size: 12px;
   line-height: 15px
}

A .navniv1 {
   text-decoration: none
}

A:visited .navniv1 {
   color: #FFFFFF;
   text-decoration: none
}

A:hover .navniv1 {
   color: #FF0033;
   text-decoration: none
}

.navniv1  .sel{
   color: #FF0033;
   text-decoration: none
}

A:active .navniv1 {
   color: #FF0033;
   text-decoration: none
}



/* Navigation Level 2 */
.navniv2 {
   color: #FFFFFF;
   font-family: Helvetica, Verdana, Charcoal, Geneva, Arial, Sans-Serif;
   font-weight: bold;
   font-size: 12px;
   line-height: 15px
}

A .navniv2 {
   text-decoration: none
}

A:visited .navniv2 {
   color: #FFFFFF;
   text-decoration: none
}

A:hover .navniv2 {
   color: #FF0033;
   text-decoration: none
}

.navniv2  .sel{
   color: #FF0033;
   text-decoration: none
}

A:active .navniv2 {
   color: #FF0033;
   text-decoration: none
}

/* --- Navigation style ends here --- */



/* --- Shorthand for colours starts here --- */

.red {
   color: #ff0000
}

.orange {
   color: #ff9900
}

.yellow {
   color: #ffff00
}

.green {
   color: #009900
}

.turquoise {
   color: #33cccc
}

.blue {
   color: #0000ff
}

.purple {
   color: #990099
}

.white {
   color: #ffffff
}

.grey {
   color: #999999
}

.black {
   color: #000000
}

/* --- Shorthand for colours ends here --- */