/*
SMS Messaging System Main CSS StyleSheet
*/

BODY {
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px;
}


H1 {
	font: bold 20px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #ff8a00;
}

H2 {
	font: bold 18px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #ff8a00;
}

H3 {
	font: bold 13px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #ff8a00;
}

A {
	font: bold 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #333333;
}

A:visited {
	font: bold 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #333333;
}

A:link {
	font: bold 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #333333;
}

A:active {
	font: bold 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #333333;
}

A:hover {
	font: bold 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: underline;
	color: #333333;
}

TD {
	font: 12px sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	color: #000000;
}

.TableHeader {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
.TableFooter {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

.StdPage {
        background-image: url(../Images/cafe_background.gif);
        background-repeat: repeat;
        background-color: white;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: normal;
        margin: 0 0 0 0;
}
.WhitePage {
        background-image: none;
        background-color: white;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: normal;
        margin: 0 0 0 0;
}


.fixtext {
	font-family: Courier, New Courier;
	font-size: 10pt;
}

.regtext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
}

.smalltext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 9pt;
}

.tinytext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
}

.stocktext {
	font-family: Ms Sans Serif, Arial, Times New Roman;
	font-size: 6pt;
}

.minitext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 7pt;
}

.strongtext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #DC143C;
	text-align: center;
}

.boldtext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
}

.headertext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11pt;
	font-weight: bold;
}

.linkminitext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	font-weight: bold;
        text-decoration: none;
        color: blue;
}

.linktext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;
        text-decoration: none;
        color: blue;
}

.link3dtext {
        font-family: Arial Black, Arial, Times New Roman;
        font-size: 24px;
        font-weight: normal;
        text-decoration: none;
        color: navy;
        margin-left: 8px;
}

.link3dhilite {
        font-family: Arial Black, Arial, Times New Roman;
        font-size: 24px;
        font-weight: normal;
        text-decoration: none;
        color: blue;
        margin-left: 4px;
        margin-top: -33px; 
}

.infotext {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.titletext {
	font-size: 14pt;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	color: black;

}

.loghdrtext {
	font-size: 10pt;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	color: blue;
}

.logtitletext {
	font-size: 10pt;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	color: red;
}

.fieldtext {
	font-size: 10pt;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	color: blue;
}

.labeltext {
	font-size: 10pt;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	color: black;
}

.btnlabel {
        font-family: Verdana, Arial, Times New Roman;
        font-size: 12pt;
        font-weight: bold;
        color: blue;
}
.btnlabel2 {
        font-family: Verdana, Arial, Times New Roman;
        font-size: 11pt;
        font-weight: bold;
        color: black;
}
