/* Page Level */
body							{ background-color: #FFFFFF; }

/* Fonts - Page titles */
@font-face 						{ font-family: Castellar; font-style: normal; font-weight: 700;
    								src: url("CommonIncludes/Fonts/CASTELL1.eot"); }
@font-face 						{ font-family: Castellar; font-style: normal; font-weight: normal;
									src: url("CommonIncludes/Fonts/CASTELL0.eot"); }
@font-face 						{ font-family: High Tower Text; font-style: normal; font-weight: normal;
									src: url("CommonIncludes/Fonts/HIGHTOW1.eot"); }
@font-face 						{ font-family: High Tower Text; font-style: normal; font-weight: 700;
									src: url("CommonIncludes/Fonts/HIGHTOW0.eot"); }

/* Links - Topbar links*/
a.TopbarPersepolis				{ font-family: Arial, Helvetica, Tahoma, sans-serif;
              						font-size: 8pt; color: #FFFFFF; text-decoration: none; cursor: hand position: relative; top: 10px; }
a:hover.TopbarPersepolis		{ font-family: Arial, Helvetica, Tahoma, sans-serif;
              						font-size: 8pt; color: #FF0000; text-decoration: none; cursor: hand}
a.TopbarBottomPersepolis		{ font-family: 'MS Sans Serif', Arial, Helvetica, Tahoma, sans-serif;
              						font-size: 8pt; color: #FFFFFF; text-decoration: none; cursor: hand }
a:hover.TopbarBottomPersepolis	{ font-family: 'MS Sans Serif', Arial, Helvetica, Tahoma, sans-serif;
              						font-size: 8pt; color: #FF6600; text-decoration: none; cursor: hand }
              						
/* All Table Data Cells - Topbar & Alternating Rows */
td.TopBarPersepolis   			{ font-family: Arial, helvetica, sans-serif; 
              						font-size: 10pt; color: #FFFFFF; background-color: #339966; }
td.TopBarBottomPersepolis		{ font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif; 
              						font-size: 10pt; color: #FFFFFF; background-color: #993333; }
td.AlternatingGrey				{ background-color: #EEEEEE; }
td.AlternatingGrey2				{ background-color: #DDDDDD; }
td.AlternatingBlue				{ background-color: #E8E8FF; }

/* Miscellaneous */
.PageTitle						{ font-family: High Tower Text; font-size: 18pt; color: #000000; position: relative;
									top: 8px; }
.SmallFont						{ font-size: 8pt; }
.ReallySmallFont				{ font-size: 6pt; }
.CrossSellRows 					{ border-top: 1px solid White; border-bottom: 1px solid #CCCC00; border-right: 1px solid #CCCC00; 
									border-left: 1px solid White; background: #EEEEBC; font-size: 10px; }	/* BCD5AA (Darker green border color) */
.CrossSellBox 					{ border: 0px solid #B0C4DE; background: #FFFFDD;}           				/* EEF5E7 (Light green color) */
.LittleButtonFont				{ font-size: 10px; color: #778899; }
.TopBottomEdge 					{ margin: 5px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; 
									border-bottom-style: solid; border-top-color: #000000; border-bottom-color: #000000; }
									
.LittleButtonFont:link			{ font-size: 10px; color: #778899; font-weight: normal; text-decoration: none; }
.LittleButtonFont:visited		{ font-size: 10px; color: #778899; font-weight: normal; text-decoration: none; }
.LittleButtonFont:active		{ font-size: 10px; color: #778899; font-weight: normal; text-decoration: none; }
.LittleButtonFont:hover			{ font-size: 10px; color: black; font-weight: normal; text-decoration: none; }