/* 
    Document   : signup_style
    Created on : Jan 20, 2010, 5:23:32 PM
    Author     : rachel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

    body {
        font-size:100%;
    }
 p {margin:2px}
.style1 {color: #5F8299}
.style2 {
	color: #2A5977;
	font-size: 2em;
}
.style3 {
	font-size: 1.0em;
	font-weight: bold;
}
.style4 {
	font-size: 0.9em;
	font-weight: bold;
        text-align:center;
}
.style5 {
	font-size: 0.8em;
	font-weight: bold;
        text-align:center;
}
.style5a {
	font-size: 0.8em;
	font-weight: bold;
        text-align:center;
        padding-right:20px;
}
 li {
	font-size: 1.0em;
        text-align:left;
    /*    margin: 0px 25px; */
        padding:2px 0px 4px 0px;
}
ol,ul {
    padding-left:25px
}
.style7 {
	font-size: 0.8em;
	font-weight: normal;
        text-align:center;

}
.evn {
    background-color:#ffffff;
}
.odd {
    background-color:#f0f0f0;
}
p.para1{
    font-size:1.5em;
}
p.para2, p.para3 {
    font-size:1.3em
}
table {
    background-color:#ffffff;
    margin-bottom:0px;
}
td {
    vertical-align:middle;
}
input, select {
    vertical-align:middle;
    margin:0px 0px 0px 0px;
    width:auto;
    height:auto;
    font-weight: bold;
}

label {
    vertical-align:middle;
}
div.footer {
    margin:00px 0px 0px 19px;
    border-top:3px solid #c0c0ff;
    padding:20px 0px 20px 10px;
}
br {
    background-color:blue;
}
.rt-feature-hdline {
	color: #2A5977;
	font-size: 1.2em;
        font-weight:bold;
}

.rt-feature-body {
   color: #5F8299;
       font-size:.7em;
}
.rt-feature {
    padding:6px;
}
.lp-small-xx {
    font-size:0.7em
}
.lp-small-x{
    font-size: 0.9em;
}
.lp-small {
    font-size: 1.1em;
}
.lp-medium{
    font-size: 1.4em;
}
.lp-large {
    font-size: 1.8em;
}
.lp-large-x {
    font-size: 2.6em;
}
.lp-large-xx {
    font-size: 4.2em;
}


