/*************************************************
**  AUTHOR: Kevin K. Nelson                     **
**  SITE:   http://www.flashfiredesigns.com/    **
**  DESCR:  style-sheet for GET REAL            **
**                                              **
**  Copyright © 2003, All Rights Reserved       **
*************************************************/

/*** TAG DEFINITIONS ***/
body {
    margin:             0px 0px 0px 0px;
}
table {
    margin:             0px 0px 0px 0px;
}
td {
    vertical-align:     top;
    padding:            0px 0px 0px 0px;
}
p {
    font-family:        Times New Roman, Times, serif;
    font-size:          12pt;
    color:              black;
    text-indent:        0px;
	margin:				0px 0px 12px 0px;
}
ul {
    font-family:        Times New Roman, Times, serif;
    font-size:          12pt;
    color:              black;
	margin-top:			0px;
	margin-bottom:		12px;
}

/***  TABLE CLASSES  ***/
.mainTable {
    border-style:       groove;
    border-width:       2px 1px 1px 2px;
}
.leftCol {
    width:              200px;
    height:             350px;
    border-style:       none;
    border-width:       0px 0px 0px 0px;
    padding:            0px 10px 0px 10px;
}
.leftColSpacer {
    width:              200px;
    height:             1px;
}
.rightCol {
    width:              550px;
    max-width:          1000px;
    height:             350px;
    border-style:       inset;
    border-width:       2px 2px 2px 2px;
    vertical-align:     middle;
    text-align:         center;
    padding:            20px 40px 20px 40px;
    background-image:   url(/lib/images/getreal_rightColBG.jpg);
}
.rightColSpacer {
    width:              470px;
    height:             1px;
}
.contentTable {
    width:              90%;
    height:             100%;
    border-style:       outset;
    border-width:       2px 2px 2px 2px;
    background-image:   none;
    background-color:   white;
}
.contentCell {
    padding:            20px 20px 20px 20px;
}

/***  TEXT CLASSES   ***/
.title {
    font-family:        Times New Roman, Times, serif;
    font-size:          22pt;
    font-weight:        bold;
    font-style:         italic;
    text-align:         center;
    color:              #000099;
    margin:             0px 0px 22px 0px;
}
.heading {
	font-family:		Times New Roman, Times, serif;
	font-size:			13pt;
	font-weight:		bold;
	font-style:			normal;
	text-align:			left;
	text-indent:		0px;
	color:				slateBlue;
	margin:				6px 0px 0px 0px;
}
.center {
	text-align:			center;
	text-indent:		0px;
}
.indent {
    text-indent:        .5in;
}

/***   ANCHOR TAGS   ***/
.leftLink {
    display:            block;
    margin:             0px 0px 4px 18px;
    font-family:        Times New Roman, Times, serif;;
    font-size:          12pt;
    font-weight:        bold;
    font-style:         italic;
    color:              #000099;
    text-decoration:    none;
}
a.leftLink:link {
    color:              #000099;
    text-decoration:    none;
}
a.leftLink:visited {
    color:              #000099;
    text-decoration:    none;
}
a.leftLink:hover {
    color:              red;
    text-decoration:    underline overline;
}
a.leftLink:active {
    color:              black;
    text-decoration:    underline overline;
}
