﻿.rc_Container_Master
{
    width: 100%;
}

/* Define Styles for content inside this container */
.rc_Container_Master .Head
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: Bold;
    color: #d73b22;
}

.rc_Container_Master .SubHead
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #d73b22;
}

.rc_Container_Master .Normal, .NormalDisabled
{
    font-family: Verdana;
    font-size: 11pt;
    font-weight: normal;
    color: #5f5440;
}

.rc_Container_Master H1
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: bold;
    color: #a18863;
}

.rc_Container_Master H2
{
    font-family: Verdana;
    font-size: 13pt;
    font-weight: bold;
    color: #a18863;
}

.rc_Container_Master H3
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: normal;
    color: #a18863;
}

.rc_Container_Master A:link
{
	text-decoration: underline;
    color: #325276;
}

.rc_Container_Master A:visited
{
	text-decoration: underline;
    color: #325276;
}

.rc_Container_Master A:hover
{
	text-decoration: underline;
	color: #d73b22;
}

.rc_Container_Master A:active
{
	text-decoration: underline;
    color: #325276;
}

/* Define Table Cell Styles */

.rc_q1
{
    background-image: url(rc_bg_q1.gif);
    background-repeat: no-repeat;
    width: 28px;
    height: 8px;
    font-size: 1px;
}
.rc_q2
{
    background-image: url(spacer.gif);
    background-repeat:repeat;
    height: 8px;
    font-size: 1px;
}


.rc_q3
{
    background-image: url(rc_bg_q3.gif);
    background-repeat: no-repeat;
    width: 28px;
    height: 29px;
    font-size: 1px;
}
.rc_q4
{
    background-image: url(rc_bg_q4.gif);
    background-repeat: repeat-x;
    height: 29px;
    white-space:nowrap;
    width: 5%;
}

.rc_q4a
{
    background-image: url(rc_bg_q4a.gif);
    background-repeat:repeat-x;
    height: 29px;
    font-size: 1px;
    width: auto;
}
.rc_q4b
{
    background-image: url(rc_bg_q4b.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 150px;
    font-size: 1px;
    white-space:nowrap;
}

.rc_content
{
    padding: 5px 0px 5px 0px;
    margin: 3px 7px 3px 2px;
    background-image: url(spacer.gif);
    background-repeat: repeat;
    display: block;
    text-align: left;
}
.rc_spacer
{
    background-image: url(spacer.gif);
    background-repeat: repeat;
    width: 10px;
    font-size: 1px;
}