@charset "utf-8";
/* CSS Document */

/* H Tags Display Inline */

h1, h2, h3, h4, h5, h6 { display: inline; }

/* END H Tags Display Inline */

/* Borders */

.BW-1 { border-width: 1px; }
.BW-2 { border-width: 2px; }
.BW-3 { border-width: 3px; }
.BW-4 { border-width: 4px; }
.BW-5 { border-width: 5px; }

.BS-S 	{ border-style: solid; }
.BS-D 	{ border-style: dashed; }

.BC-Blu	{ border-color: #0000FF; }
.BC-NBlu{ border-color: #003366; }
.BC-MBlu{ border-color: #006699; }
.BC-DGry{ border-color: #333333; }
.BC-AGry{ border-color: #CCCCCC; }
.BC-Red	{ border-color: #FF0000; }
.BC-DRed{ border-color: #990000; }
.BC-DOra{ border-color: #FF6600; }

/* END Borders */

/* Borders & Styles*/

/* Colored Boxes */

.D-OWht {
padding: 2px;
border: 1px Dashed #993300;
background: #FFFFF5;
}

.D-DRed {
padding: 10px;
border: 1px Dashed #CCC;
background: #800000;
}

.D-NBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #003366;
}

.D-MBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #006699;
}

.D-LBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #F4FAFF;
}

.D-AGry {
padding: 10px;
border: 1px Dashed #CCC;
background: #F5F5F5;
}

/* END Colored Boxes */

/* Solid Borders */

.B-Sol1NBlu { border: 1px solid #003366; }
.B-Sol2NBlu { border: 2px solid #003366; }
.B-Sol3NBlu { border: 3px solid #003366; }
.B-Sol4NBlu { border: 4px solid #003366; }
.B-Sol5NBlu { border: 5px solid #003366; }

.B-Sol1MBlu { border: 1px solid #006699; }
.B-Sol2MBlu { border: 2px solid #006699; }
.B-Sol3MBlu { border: 3px solid #006699; }
.B-Sol4MBlu { border: 4px solid #006699; }
.B-Sol5MBlu { border: 5px solid #006699; }

.B-Sol1DRed { border: 1px solid #800000; }
.B-Sol2DRed { border: 2px solid #800000; }
.B-Sol3DRed { border: 3px solid #800000; }
.B-Sol4DRed { border: 4px solid #800000; }
.B-Sol5DRed { border: 5px solid #800000; }

.B-Sol1Red { border: 1px solid #FF0000; }
.B-Sol2Red { border: 2px solid #FF0000; }
.B-Sol3Red { border: 3px solid #FF0000; }
.B-Sol4Red { border: 4px solid #FF0000; }
.B-Sol5Red { border: 5px solid #FF0000; }

.B-S1NBlu { border: 1px solid #003366; }
.B-S2NBlu { border: 2px solid #003366; }
.B-S3NBlu { border: 3px solid #003366; }
.B-S4NBlu { border: 4px solid #003366; }
.B-S5NBlu { border: 5px solid #003366; }
.brownbdr {border: 1px solid #96642E;}

.B-S1MBlu { border: 1px solid #006699; }
.B-S2MBlu { border: 2px solid #006699; }
.B-S3MBlu { border: 3px solid #006699; }
.B-S4MBlu { border: 4px solid #006699; }
.B-S5MBlu { border: 5px solid #006699; }

.B-S1DRed { border: 1px solid #800000; }
.B-S2DRed { border: 2px solid #800000; }
.B-S3DRed { border: 3px solid #800000; }
.B-S4DRed { border: 4px solid #800000; }
.B-S5DRed { border: 5px solid #800000; }

.B-S1Red { border: 1px solid #FF0000; }
.B-S2Red { border: 2px solid #FF0000; }
.B-S3Red { border: 3px solid #FF0000; }
.B-S4Red { border: 4px solid #FF0000; }
.B-S5Red { border: 5px solid #FF0000; }

.B-S1Gry { border: 1px solid #CCCCCC; }
.B-S2Gry { border: 2px solid #CCCCCC; }
.B-S3Gry { border: 3px solid #CCCCCC; }
.B-S4Gry { border: 4px solid #CCCCCC; }
.B-S5Gry { border: 5px solid #CCCCCC; }

/* END Solid Borders */
		
/* Dashed Borders */

.B-Das1NBlu { border: 1px dashed #003366; }
.B-Das2NBlu { border: 2px dashed #003366; }
.B-Das3NBlu { border: 3px dashed #003366; }
.B-Das4NBlu { border: 4px dashed #003366; }
.B-Das5NBlu { border: 5px dashed #003366; }

.B-Das1MBlu { border: 1px dashed #006699; }
.B-Das2MBlu { border: 2px dashed #006699; }
.B-Das3MBlu { border: 3px dashed #006699; }
.B-Das4MBlu { border: 4px dashed #006699; }
.B-Das5MBlu { border: 5px dashed #006699; }

.B-Das1DRed { border: 1px dashed #800000; }
.B-Das2DRed { border: 2px dashed #800000; }
.B-Das3DRed { border: 3px dashed #800000; }
.B-Das4DRed { border: 4px dashed #800000; }
.B-Das5DRed { border: 5px dashed #800000; }

.B-Das1Red { border: 1px dashed #FF0000; }
.B-Das2Red { border: 2px dashed #FF0000; }
.B-Das3Red { border: 3px dashed #FF0000; }
.B-Das4Red { border: 4px dashed #FF0000; }
.B-Das5Red { border: 5px dashed #FF0000; }

.B-D1NBlu { border: 1px dashed #003366; }
.B-D2NBlu { border: 2px dashed #003366; }
.B-D3NBlu { border: 3px dashed #003366; }
.B-D4NBlu { border: 4px dashed #003366; }
.B-D5NBlu { border: 5px dashed #003366; }

.B-D1MBlu { border: 1px dashed #006699; }
.B-D2MBlu { border: 2px dashed #006699; }
.B-D3MBlu { border: 3px dashed #006699; }
.B-D4MBlu { border: 4px dashed #006699; }
.B-D5MBlu { border: 5px dashed #006699; }

.B-D1DRed { border: 1px dashed #800000; }
.B-D2DRed { border: 2px dashed #800000; }
.B-D3DRed { border: 3px dashed #800000; }
.B-D4DRed { border: 4px dashed #800000; }
.B-D5DRed { border: 5px dashed #800000; }

.B-D1Red { border: 1px dashed #FF0000; }
.B-D2Red { border: 2px dashed #FF0000; }
.B-D3Red { border: 3px dashed #FF0000; }
.B-D4Red { border: 4px dashed #FF0000; }
.B-D5Red { border: 5px dashed #FF0000; }

.B-D1Gry { border: 1px dashed #CCCCCC; }
.B-D2Gry { border: 2px dashed #CCCCCC; }
.B-D3Gry { border: 3px dashed #CCCCCC; }
.B-D4Gry { border: 4px dashed #CCCCCC; }
.B-D5Gry { border: 5px dashed #CCCCCC; }

/* Dashed Borders */

/* END Borders & Styles */

/* Font Family */

.FF-Ari 	{ font-family: arial; }
.FF-Ver 	{ font-family: verdana; }
.FF-Tah 	{ font-family: tahoma; }
.FF-TimNR 	{ font-family: "Times New Roman"; }

.TT-UP		{ text-transform: uppercase; }

.Ari 	{ font-family: arial; }
.Ver 	{ font-family: verdana; }
.Tah 	{ font-family: tahoma; }
.TimNR 	{ font-family: "Times New Roman"; }

/* END Font Family */

/* Font Sizes */

.FS-0	{ font-size: 0px; }
.FS-6	{ font-size: 6px; }
.FS-7	{ font-size: 7px; }
.FS-8	{ font-size: 8px; }
.FS-9	{ font-size: 9px; }
.FS-10	{ font-size: 10px; }
.FS-11 	{ font-size: 11px; }
.FS-12 	{ font-size: 12px; }
.FS-13 	{ font-size: 13px; }
.FS-14 	{ font-size: 14px; }
.FS-15 	{ font-size: 15px; }
.FS-16 	{ font-size: 16px; }
.FS-17 	{ font-size: 17px; }
.FS-18 	{ font-size: 18px; }
.FS-19 	{ font-size: 19px; }
.FS-20 	{ font-size: 20px; }
.FS-21 	{ font-size: 21px; }
.FS-22 	{ font-size: 22px; }
.FS-23 	{ font-size: 23px; }
.FS-24 	{ font-size: 24px; }
.FS-25 	{ font-size: 25px; }
.FS-26 	{ font-size: 26px; }
.FS-27 	{ font-size: 27px; }
.FS-28 	{ font-size: 28px; }
.FS-29 	{ font-size: 29px; }
.FS-30 	{ font-size: 30px; }
.FS-31 	{ font-size: 31px; }
.FS-32 	{ font-size: 32px; }
.FS-33 	{ font-size: 33px; }
.FS-34 	{ font-size: 34px; }
.FS-35 	{ font-size: 35px; }
.FS-36 	{ font-size: 36px; }
.FS-37 	{ font-size: 37px; }
.FS-38 	{ font-size: 38px; }
.FS-39 	{ font-size: 39px; }
.FS-40 	{ font-size: 40px; }
.FS-41 	{ font-size: 41px; }
.FS-42 	{ font-size: 42px; }
.FS-43 	{ font-size: 43px; }
.FS-44 	{ font-size: 44px; }
.FS-45 	{ font-size: 45px; }
.FS-46 	{ font-size: 46px; }
.FS-47 	{ font-size: 47px; }
.FS-48 	{ font-size: 48px; }
.FS-49 	{ font-size: 49px; }
.FS-50 	{ font-size: 50px; }

.S6		{ font-size: 6px; }
.S7		{ font-size: 7px; }
.S8		{ font-size: 8px; }
.S9		{ font-size: 9px; }
.S10	{ font-size: 10px; }
.S11 	{ font-size: 11px; }
.S12 	{ font-size: 12px; }
.S13 	{ font-size: 13px; }
.S14 	{ font-size: 14px; }
.S15 	{ font-size: 15px; }
.S16 	{ font-size: 16px; }
.S17 	{ font-size: 17px; }
.S18 	{ font-size: 18px; }
.S19 	{ font-size: 19px; }
.S20 	{ font-size: 20px; }
.S21 	{ font-size: 21px; }
.S22 	{ font-size: 22px; }
.S23 	{ font-size: 23px; }
.S24 	{ font-size: 24px; }
.S25 	{ font-size: 25px; }
.S26 	{ font-size: 26px; }
.S27 	{ font-size: 27px; }
.S28 	{ font-size: 28px; }
.S29 	{ font-size: 29px; }
.S30 	{ font-size: 30px; }
.S31 	{ font-size: 31px; }
.S32 	{ font-size: 22px; }

/* END Font Sizes */

/* Font Colors */

.FC-NBlu{ color: #003366; }
.FC-Blu	{ color: #0000FF; }
.FC-DGry{ color: #333333; }
.FC-AGry{ color: #CCCCCC; }
.FC-Red { color: #FF0000; }
.FC-DRed{ color: #990000; }
.FC-Ora	{ color: #FF9900; }
.FC-DOra{ color: #FF6600; }
.FC-Bla { color: #000000; }
.FC-Yel	{ color: #FFFF00; }
.FC-Wht	{ color: #FFFFFF; }
.FC-grn	{ color: #6d6d06; }
.FC-lgrn{ color: #008000; }
.FC-Dgrn{ color: #266a0b; }



.FC-meron{ color: #993366; }



.FC-pink{ color: #ff00ff; }



.Blu	{ color: #0000FF; }
.Nav 	{ color: #000080; }
.NBlu	{ color: #003366; }
.Aqu 	{ color: #00ffff; }
.DGry	{ color: #333333; }
.AGry	{ color: #CCCCCC; }
.Red 	{ color: #FF0000; }
.DRed	{ color: #990000; }
.Ora	{ color: #FF9900; }
.DOra	{ color: #FF6600; }
.Bla 	{ color: #000000; }
.Yel	{ color: #FFFF00; }
.Wht	{ color: #FFFFFF; }
.Mar 	{ color: #800000; }
.Oli 	{ color: #808000; }
.Pur	{ color: #800080; }
.Fuc 	{ color: #ff00ff; }
.Lim 	{ color: #00ff00; }
.Gre 	{ color: #008000; }
.Tel 	{ color: #008080; }

/* END Font Colors */

/* Font Weight & Styles */

.FW-B 	{ font-weight: bold; }
.FW-XB 	{ font-weight: bolder; }
.FW-N 	{ font-weight: normal; }
.FSty-I { font-style: italic; }

.B 	{ font-weight: bold; }
.XB { font-weight: bolder; }
.N 	{ font-weight: normal; }
.Em { font-style: italic; }
.U 	{ text-decoration: underline; }

.Str 	{ font-weight: bold; }
.Bldr 	{ font-weight: bolder; }
.Nor 	{ font-weight: normal; }

/* END Font Weight & Styles */

/* Text Alignment & Decoration */

.TA-L { text-align: left; }
.TA-C { text-align: center; }
.TA-R { text-align: right; }

.Left { text-align: left; }
.Center { text-align: center; }
.Right { text-align: right; }

.TDec-N	{ text-decoration: none; }
.TDec-U { text-decoration: underline; }
.TDec-LT{ text-decoration: line-through; }
.TDec-O { text-decoration: overline; }

.U { text-decoration: underline; }

/* END Text Alignment & Decoration */


/* Fonts & Styles */


.F-vdr18 { font-size: 18px; font-weight: bold; color: #b25313;}
.F-lp18	 { font-size: 18px; font-weight: bold; color: #1c4179;}
.F-Dgrn18{ font-size: 18px; font-weight: bold; color: #08514b;}
.F-NBlu28{ font-size: 28px; font-weight: bold; color: #003366;}
.F-NBlu22{ font-size: 22px; font-weight: bold; color: #003366;}
.F-NBlu20{ font-size: 20px; font-weight: bold; color: #003366;}
.F-NBlu18{ font-size: 18px; font-weight: bold; color: #003366;}
.F-NBlu16{ font-size: 16px; font-weight: bold; color: #003366;}
.F-NBlu14{ font-size: 14px; font-weight: bold; color: #003366;}
.F-NBlu12{ font-size: 12px; font-weight: bold; color: #003366;}

.F-Blu-22{ font-size: 22px; font-weight: bold; color: #0000FF; }
.F-Blu-20{ font-size: 20px; font-weight: bold; color: #0000FF; }
.F-Blu-18{ font-size: 18px; font-weight: bold; color: #0000FF; }
.F-Blu-16{ font-size: 16px; font-weight: bold; color: #0000FF; }
.F-Blu-14{ font-size: 14px; font-weight: bold; color: #0000FF; }

.F-Blu22{ font-size: 22px; font-weight: bold; color: #0000FF; }
.F-Blu20{ font-size: 20px; font-weight: bold; color: #0000FF; }
.F-Blu18{ font-size: 18px; font-weight: bold; color: #0000FF; }
.F-Blu16{ font-size: 16px; font-weight: bold; color: #0000FF; }
.F-Blu14{ font-size: 14px; font-weight: bold; color: #0000FF; }
.F-Blu12{ font-size: 12px; font-weight: bold; color: #0000FF; }

.F-DRed22{ font-size: 22px; font-weight: bold; color: #990000; }
.F-DRed20{ font-size: 20px; font-weight: bold; color: #990000; }
.F-DRed18{ font-size: 18px; font-weight: bold; color: #990000; }
.F-DRed16{ font-size: 16px; font-weight: bold; color: #990000; }
.F-DRed14{ font-size: 14px; font-weight: bold; color: #990000; }
.F-DRed12{ font-size: 12px; font-weight: bold; color: #990000; }

.F-Red22{ font-size: 22px; font-weight: bold; color: #FF0000; }
.F-Red20{ font-size: 20px; font-weight: bold; color: #FF0000; }
.F-Red18{ font-size: 18px; font-weight: bold; color: #FF0000; }
.F-Red16{ font-size: 16px; font-weight: bold; color: #FF0000; }
.F-Red14{ font-size: 14px; font-weight: bold; color: #FF0000; }
.F-Red12{ font-size: 12px; font-weight: bold; color: #FF0000; }

.F-Blk22{ font-size: 22px; font-weight: bold; color: #000000; }
.F-Blk20{ font-size: 20px; font-weight: bold; color: #000000; }
.F-Blk18{ font-size: 18px; font-weight: bold; color: #000000; }
.F-Blk16{ font-size: 16px; font-weight: bold; color: #000000; }
.F-Blk14{ font-size: 14px; font-weight: bold; color: #000000; }
.F-Blk12{ font-size: 12px; font-weight: bold; color: #000000; }

.F-Yel22{ font-size: 22px; font-weight: bold; color: #FFFF00; }
.F-Yel20{ font-size: 20px; font-weight: bold; color: #FFFF00; }
.F-Yel18{ font-size: 18px; font-weight: bold; color: #FFFF00; }
.F-Yel16{ font-size: 16px; font-weight: bold; color: #FFFF00; }
.F-Yel14{ font-size: 14px; font-weight: bold; color: #FFFF00; }
.F-Yel12{ font-size: 12px; font-weight: bold; color: #FFFF00; }


.F-DOrg22{ font-size: 22px; font-weight: bold; color: #FF6600; }
.F-DOrg22{ font-size: 22px; font-weight: bold; color: #FF6600; }
.F-DOrg20{ font-size: 20px; font-weight: bold; color: #FF6600; }
.F-DOrg18{ font-size: 18px; font-weight: bold; color: #FF6600; }
.F-DOrg16{ font-size: 16px; font-weight: bold; color: #FF6600; }
.F-DOrg14{ font-size: 14px; font-weight: bold; color: #FF6600; }

.F-DGrn22{ font-size: 22px; font-weight: bold; color: #339999; }
.F-DGrn20{ font-size: 20px; font-weight: bold; color: #339999; }
.F-DGrn18{ font-size: 18px; font-weight: bold; color: #339999; }
.F-DGrn16{ font-size: 16px; font-weight: bold; color: #339999; }
.F-DGrn14{ font-size: 14px; font-weight: bold; color: #339999; }

.F-Wht22{ font-size: 22px; font-weight: bold; color: #FFFFFF; }
.F-Wht20{ font-size: 20px; font-weight: bold; color: #FFFFFF; }
.F-Wht18{ font-size: 18px; font-weight: bold; color: #FFFFFF; }
.F-Wht16{ font-size: 16px; font-weight: bold; color: #FFFFFF; }
.F-Wht14{ font-size: 14px; font-weight: bold; color: #FFFFFF; }

/* END Fonts & Styles */


/* Paddings & Margins */

.Pad1  { padding: 1px; }
.Pad2  { padding: 2px; }
.Pad3  { padding: 3px; }
.Pad4  { padding: 4px; }
.Pad5  { padding: 5px; }
.Pad6  { padding: 6px; }
.Pad7  { padding: 7px; }
.Pad8  { padding: 8px; }
.Pad9  { padding: 9px; }
.Pad10 { padding: 10px; }
.Pad11 { padding: 11px; }
.Pad12 { padding: 12px; }
.Pad13 { padding: 13px; }
.Pad14 { padding: 14px; }
.Pad15 { padding: 15px; }
.Pad16 { padding: 16px; }
.Pad17 { padding: 17px; }
.Pad18 { padding: 18px; }
.Pad19 { padding: 19px; }
.Pad20 { padding: 20px; }

.Pd1  { padding: 1px; }
.Pd2  { padding: 2px; }
.Pd3  { padding: 3px; }
.Pd4  { padding: 4px; }
.Pd5  { padding: 5px; }
.Pd6  { padding: 6px; }
.Pd7  { padding: 7px; }
.Pd8  { padding: 8px; }
.Pd9  { padding: 9px; }
.Pd10 { padding: 10px; }
.Pd11 { padding: 11px; }
.Pd12 { padding: 12px; }
.Pd13 { padding: 13px; }
.Pd14 { padding: 14px; }
.Pd15 { padding: 15px; }
.Pd16 { padding: 16px; }
.Pd17 { padding: 17px; }
.Pd18 { padding: 18px; }
.Pd19 { padding: 19px; }
.Pd20 { padding: 20px; }

.Mr1  { padding: 1px; }
.Mr2  { padding: 2px; }
.Mr3  { padding: 3px; }
.Mr4  { padding: 4px; }
.Mr5  { padding: 5px; }
.Mr6  { padding: 6px; }
.Mr7  { padding: 7px; }
.Mr8  { padding: 8px; }
.Mr9  { padding: 9px; }
.Mr10 { padding: 10px; }
.Mr11 { padding: 11px; }
.Mr12 { padding: 12px; }
.Mr13 { padding: 13px; }
.Mr14 { padding: 14px; }
.Mr15 { padding: 15px; }
.Mr16 { padding: 16px; }
.Mr17 { padding: 17px; }
.Mr18 { padding: 18px; }
.Mr19 { padding: 19px; }
.Mr20 { padding: 20px; }

/* END Paddings Margins */


/* Background Colors */

.BgCol-Red  { background: #FF0000; }
.BgCol-DRed { background: #800000; }
.BgCol-Blu  { background: #0000FF; }
.BgCol-NBlu { background: #003366; }
.BgCol-MBlu { background: #006699; }
.BgCol-LBlu { background: #F5FAFF; }
.BgCol-AGry { background: #F5F5F5; }
.BgCol-OWht { background: #FFFFF5; }

.Bglor  { background: #cdf9ff; }  
.BgRed  { background: #FF0000; }
.BgDRed { background: #800000; }
.BgBlu  { background: #0000FF; }
.BgNBlu { background: #2c90c3; }
.BgMBlu { background: #006699; }
.BgLBlu { background: #F5FAFF; }
.BgAGry { background: #F5F5F5; }
.BgOWht { background: #FFFFF5; }
.BgWht 	{ background: #FFFFFF; }

/* END Background Colors */

/* Highlight */

.HL-Red  { background: #FF0000; }
.HL-DRed { background: #800000; }
.HL-Blu  { background: #0000FF; }
.HL-NBlu { background: #003366; }
.HL-MBlu { background: #006699; }
.HL-LBlu { background: #F5FAFF; }
.HL-AGry { background: #F5F5F5; }
.HL-OWht { background: #FFFFF5; }
.HL-Yell { background: #FFFF00; }

.HlRed  { background: #FF0000; }
.HlDRed { background: #800000; }
.HlBlu  { background: #0000FF; }
.HlNBlu { background: #003366; }
.HlMBlu { background: #006699; }
.HlLBlu { background: #F5FAFF; }
.HlAGry { background: #F5F5F5; }
.HlOWht { background: #FFFFF5; }
.HlYell { background: #FFFF00; }

/* END Highlight */

/* Bonus 1 */

#Bonus1-T {
font-size: 14px;
font-weight: bold;
}

#Bonus1-T .Header {
height:80px;
background:url(../images/bonus1.gif) no-repeat;
}

#Bonus1-T .Content { padding: 10px; }

#Bonus1-T .Content ul { color: #006699; }

/* END Bonus 1 */


/* Bonus 2 */

#Bonus2-T {
font-size: 14px;
font-weight: bold;
}

#Bonus2-T .Header {
height:80px;
background:url(../images/bonus2.gif) no-repeat;
}

#Bonus2-T .Content { padding: 10px; }

#Bonus2-T .Content ul { color: #006699; }

#Bonus2-T p img {
padding: 10px;
border: 5px solid #333333;
width: 145px;
margin: 0 auto;
background: #FFFFFF;
}

/* END Bonus 2 */


/* Days & Words Table */

#DaysAndWords-T .Header{
background: url(../images/fe_be.gif) repeat-x;
height: 32px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
}

#DaysAndWords-T td{
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding: 5px;
}

/* END Date & Price Table */

/* Pages & Discount Table */

#PagesAndDiscount-T .Header {
background: url(../images/fe_be.gif) repeat-x;
height: 32px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
}

#PagesAndDiscount-T td{
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding: 5px;
}

/* END Pages & Discount Table */


/* Payment Methods Table */

#PaymentMethods-T {
font-family: arial;
background: #CCCCCC;
}

#PaymentMethods-T .Header {
background: url(../images/PaymentMethods.jpg) no-repeat;
height: 80px;
}

#PaymentMethods-T .Heading {
background: url(../images/fe_be.gif) repeat-x;
color: #fff;
height: 32px;
line-height: 30px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

#PaymentMethods-T .Content {
text-align: left;
background: #FFFFF5;
padding: 10px;
}

#PaymentMethods-T .ContentMiddle {
text-align: left;
background: #E6F7FF;
padding: 10px;
}

#PaymentMethods-T .Divider {
border: 2px Solid #003366;
border: 0px 2px 0px 2px;
}

/* END Payment Methods Table */

/* Freebies Table */

#Freebies-T td {
padding: 10px;
text-align: left;
font-size: 16px;
font-weight: bold;
}

#Freebies-T .Heading {
text-align: center;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

/* END Freebies Table */

#RexTerry td {
padding: 10px;
text-align: left;
height: 30px;
font-weight: bold;
color: #333333;
font-size: 16px;
}

#Problems1 td {
padding: 5px;
text-align: left;
height: 30px;
font-weight: bold;
color: #333333;
font-size: 14px;
border: 1px solid #F5F5F5;
}

#Problems1 .LightShade {
background: 
#ffeeda;
}

#Problems1 .DarkShade {
background: #F5FAFF;
color: #FFFFFF;
}

#Problems1 ol {
padding: 0px 0px 0px 30px;
}

#RightsFreebies td {
padding: 10px;
border: 1px solid #ccc;
}


body {font-family:Arial, Helvetica, sans-serif;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}
.txt18 {font-size:18px;}
.txt22 {font-size:22px;}
.txt26 {font-size:26px;}
.blue {color:#004891;}
.seagreen {color:#00C1C1;}
.center {text-align:center;}

*{margin:0; padding:0}

.top-keyword { background-color:#000000; width:100%; text-align:center; color:#FFFFFF; font-family: arial; font-weight: bold; font-size:12px; padding: 5px 0px 5px 0px; }
.top-keyword h1, h2, h3, h4, h5, h6, span { font-size:12px; }

.midmain {background:url(../images/UTPnew_02.gif) repeat-x #f4f3e2; width:100%;}
.clear {clear:both}
.body{width:782px; margin:0 auto;}

.body img.logo, .call {float:left;}
.body .bodymain {border-left:1px solid #738890;	border-right:1px solid #738890;}
.body .menu {height:63px; background:url(../images/UTPnew_09.gif) repeat-x;}
.body .menu ul {list-style:none; padding: 0; margin: 0;}
.body .menu li {float: left; list-style:none;}
.body .menu li a {font-family:Arial;font-size:12px; height:63px;padding:0px 24px 0px 23px;line-height: 65px;float: left;display: block;color: #fff;text-decoration: none;text-align: center; overflow:hidden;}
.body .menu li a:hover{font-family:Arial;font-size:12px;height:63px;padding:0px 24px 0px 23px;line-height: 65px;float: left;display: block;color: #a9ddf3;text-decoration: none;text-align: center;}
.menu li.sep {background:url(../images/UTPnew_11.gif) no-repeat; width:1px; height:63px; float:left;}

.body .SubMenu { height:40px; background:url(../images/UTPnew_16.gif) repeat-x;}
.body .SubMenu ul {list-style:none; padding: 0; margin: 0;}
.body .SubMenu li {float: left; list-style:none;}
.body .SubMenu li a {font-family:verdana;font-size:13px; height:40px; padding: 0px 10px 0px 10px; line-height: 40px;float: left;display: block;color: #fff;text-decoration: none;text-align: center; overflow:hidden; font-weight: bold;}
.body .SubMenu li a:hover{font-family:verdana;font-size:13px;height:40px; padding: 0px 10px 0px 10px; line-height: 40px;float: left;display: block;color: #a9ddf3;text-decoration: none;text-align: center; font-weight: bold;}
.SubMenu li.sep {background:url(../images/UTPnew_18.gif) no-repeat; width:1px; height:40px; float:left;}

.body .hader {height:171px;}
.page {background:#FFFFFF;padding:10px;}
.container_left {width:550px; float:left; font-size: 14px;}
.column2 {width:186px; float:right;}

#footer {
background: url(../images/UTPnew_17.gif) repeat-x;
padding-top: 15px;
font-family:Arial;
text-align:center;
font-size:12px;
}

#footer a {
color:#FFFFFF;
text-decoration: none;
padding: 0px 2px 0px 2px;
}

#footer a:hover {
color:#000000;
text-decoration:none;
background: #FFFFCC;
padding: 0px 2px 0px 2px;
}

#footer .allrights {
padding: 5px 0px 0px 0px;
color: #663300;
}

.articlemain {
	width:530px;
	padding:10px;
	border:1px solid #A4D1FF;
	margin-bottom:10px;
	background:#E1F0FF;
}
.articlemain .articlehead {
	font-size:18px;
	}
.articlemain .articldetail {
	font-size:12px;
	}
.readarticle a {
font-weight: bold;
color: #FF6600;
font-size:12px;
}

.readarticle a:hover {
font-weight: bold;
color: #003366;
}
.container_offer {
	width:182px;
	height:181px;
	padding-bottom:10px;
	
	}
.container_freebies {
	width:182px;
	height:218px;
	}

.container_email {
	width:182px;
	height:57px;
	padding-bottom:10px;
	}
/*==========================
		CONTAINER LEFT
==========================*/
.h1 { 
	margin:0px;
	padding:0px;
	display:inline;}
.h2 { 
	margin:0px;
	padding:0px;
	display:inline;}
.h3 { 
	margin:0px;
	padding:0px;
	display:inline;}
.h4 { 
	margin:0px;
	padding:0px;
	display:inline;}
.h6 { 
	margin:0px;
	padding:0px;
	display:inline;}

#container_left {
	width:535px;
	height:auto;
	}
#container_left ol {
	padding-left:30px;
	}
#container_left ol li {
	padding-bottom:15px;
	}
#container_left ul {
	padding-left:15px;
	}


#Container-disc {
width:720px;
height:900px;
margin:0 auto;
font-size: 14px;
padding: 10px;
border: 1px solid #ccc;
background: #FFFFFF;
}

#Container-disc a {
color: #0000FF;
text-decoration: none;
}

#Container-disc a:hover {
color: #FF6600;
text-decoration: underline;
}




#Container-Left {
width:540px;
float:left;
font-size: 14px;
padding: 10px;
border: 1px solid #ccc;
background: #FFFFFF;
}

#Container-Left a {
color: #0000FF;
text-decoration: none;
}

#Container-Left a:hover {
color: #FF6600;
text-decoration: underline;
}

#Container-Buy {
width:540px;
float:left;
font-size: 14px;
padding: 10px;
border: 1px solid #ccc;
background: #FFFFFF;
font-family: Verdana;
}

#Container-Buy a {
color: #0000FF;
text-decoration: underline;
}

#Container-Buy a:hover {
color: #FF6600;
text-decoration: underline;
}

ol { padding-left:20px; }
ul { padding-left:20px;	}

.center { text-align:center;}
.left { text-align:left; padding-left:10px;}
.right { text-align:right;}
.link1:link {
	font-family:Verdana;
	font-size:12px;
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
	}
.link1:hover {
	font-family:Verdana;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	}
.link1:visited {
	font-family:Verdana;
	font-size:12px;
	color:#0000FF;
	text-decoration:underline;
	font-weight:normal;
	}
.link:link {
	font-family:Verdana;
	font-size:16px;
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
	}
.link:hover {
	font-family:Verdana;
	font-size:16px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	}
.link:visited {
	font-family:Verdana;
	font-size:16px;
	color:#0000FF;
	text-decoration:underline;
	font-weight:normal;
	}
.text_red18 {
	font-family:Verdana;
	font-size:18px;
	color:#FF0000;
	font-weight:bold;
	}
.text_red14 {
	font-family:Verdana;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	}
.text_red22 {
	font-family:Verdana;
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
	}
.text_red_yellow22 {
	font-family:Verdana;
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
	background-color:#FFFF00;
	}
.text_red25 {
	font-family:Verdana;
	font-size:25px;
	color:#FF0000;
	font-weight:bold;
	}
.text_red16 {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;	
	}
.text_red_yellow23 {
	font-family:Verdana;
	font-size:22px;
	color:#FF0000;
	background-color:#FFFF00;
	font-weight:bold;
	}
.text_blue20 {
	font-family:Verdana;
	font-size:20px;
	color:#0000FF;
	font-weight:bold;
	}
.text_black12 {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	}
.text_black20 {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	}
.text_black25 {
	font-size:25px;
	color:#000000;
	font-weight:bold;
	}
.text_black22 {
	font-size:22px;
	color:#000000;
	font-weight:bold;
	}
.text_black18 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
	}
.text_black16 {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	}
.text_black_arial14 {
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
.text_black_arial_nor_14 {
	font-family:Arial;
	font-size:14px;
	color:#000000;
	
	}
.text_black_yellow16 {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	background-color:#FFFF00;
	}

.text_black_yellow20 {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	background-color:#FFFF00;
	}
.text_black14 {
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
.text_blue25 {
	font-family:Verdana;
	font-size:25px;
	color:#0000FF;
	font-weight:bold;
	}
.text_blue16 {
	font-family:Verdana;
	font-size:16px;
	color:#0000FF;
	font-weight:bold;
	}
.text_navyblue16 {
	font-family:Verdana;
	font-size:16px;
	color:#004080;
	}
.text_navybluebold16 {
	font-family:Verdana;
	font-size:16px;
	color:#004080;
	font-weight:bold;
	}
.text_navyblue22 {
	font-family:Verdana;
	font-size:22px;
	color:#004080;
	font-weight:bold;
	}
.text_blue_yellow22 {
	font-family:Verdana;
	font-size:22px;
	color:#0000FF;
	background-color:#FFFF00;
	font-weight:bold;
	}
.text_gray16 {
	font-family:Verdana;
	font-size:16px;
	color:#333333;	
	}
.text_orange20 {
	font-family:Verdana;
	font-size:20px;
	color:#FF9900;
	font-weight:bold;
	}
.text_orange16 {
	font-family:Verdana;
	font-size:16px;
	color:#FF9900;
	font-weight:bold;
	}
.text_voilet20 {
	font-family:Verdana;
	font-size:20px;
	color:#993366;
	font-weight:bold;
	}
.text_voilet_yellow20 {
	font-family:Verdana;
	font-size:20px;
	color:#993366;
	font-weight:bold;
	background-color:#FFFF00;
	}
.text_voilet16 {
	font-family:Verdana;
	font-size:16px;
	color:#993366;	
	}
.check_bullet ul {	
	list-style:none;
	
	}
.check_bullet li {
	background:url(../images/chk_bullet.jpg) no-repeat;
	padding-bottom:20px;
	padding-left:25px;
	}
.td {
	border:1px solid #666666;
	padding:5px;
	}
#box_history {
	width:99%;
	height:auto;
	margin:0 auto;
	background-color:#C7FEF3;
	border:1px solid #2e6ba1;
	border-top:3px solid #2e6ba1;}
/*=======================
=======================*/
/*=======================
=======================*/
#feature_benefits {
	width:529px; 
	height:auto; 
	margin:0 auto;}
	
#feature_benefits_heading {
	width:529px; 
	height:49px; 
	background:url(../images/fe_be.jpg);}
	
#feature_benefits_left {
	width:253px; 
	height:125px; 
	float:left; 
	padding:5px; 
	border-bottom:1px solid #9DCEFF;
	border-left:1px solid #9DCEFF;
	border-right:1px solid #9DCEFF;
	background-color:#C4ECFF;
	text-align:left;}

	
#feature_benefits_right {
	width:253px; 
	height:125px; 
	float:left; 
	padding:5px; 
	border-bottom:1px solid #9DCEFF;
	border-right:1px solid #9DCEFF;
	background-color:#ECF9FF;
	text-align:center;}
	
/*=======================
       BONUS BOX
=======================*/
#bonus_box {
	width:529px;
	height:auto;
	margin:0 auto;
	font-size:11px;
	color:#000000;
	}
#bonus_box2 {
	width:529px;
	height:auto;
	margin:0 auto;
	font-size:11px;
	color:#000000;
	}
#bonus_box3 {
	width:529px;
	height:auto;
	margin:0 auto;
	font-size:11px;
	color:#000000;
	}
#bonus_box .boxtop{
	background-image:url(../images/bonus_1_01.gif);
	background-repeat:no-repeat;
	width:531px;
	height:52px;
	}
#bonus_box2 .boxtop1{
	background-image:url(../images/bonus_2_01.gif);
	background-repeat:no-repeat;
	width:531px;
	height:52px;
	}
#bonus_box3 .boxtop3{
	background-image:url(../images/bonus_3_01.gif);
	background-repeat:no-repeat;
	width:531px;
	height:52px;
	}

#bonus_box .boxmid{
	border:1px solid #089dcb;
	border-bottom:0px;
	width:528px;
	height:auto;
	}
#bonus_box2 .boxmid1{
	border:1px solid #089dcb;
	border-bottom:0px;
	width:528px;
	height:auto;
	}
#bonus_box3 .boxmid1{
	border:1px solid #089dcb;
	border-bottom:0px;
	width:528px;
	height:auto;
	}
#bonus_box .boxbottom{
	background-image:url(../images/bonus_1_02.gif);
	background-repeat:no-repeat;
	width:530px;
	height:21px;
	}
#bonus_box2 .boxbottom1{
	background-image:url(../images/bonus_2_02.gif);
	background-repeat:no-repeat;
	width:530px;
	height:21px;
	}
#bonus_box3 .boxbottom1{
	background-image:url(../images/bonus_2_02.gif);
	background-repeat:no-repeat;
	width:530px;
	height:21px;
	}

/*=============== Bonus Box 1 ==================*/
#box_inner {
	width: 488px;
	height:auto;
	margin:0 auto;
	border: 1px #2f6ba1 solid;
	border-top: 0px;
	border-bottom:1px #2f6ba1 solid;
	}
#box_inner .b1col_left{
	padding:2px;
	width:308px; 
	
	 border-top:1px solid #2f6ba1;
	 
	
	 float:left; 
	 text-align:left;}
.box_innertext_left {
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	text-align:left;
	width:305px;
	float:left;
	padding:2px;
	border-top: 1px #2f6ba1 solid;
	border-bottom: 1px #2f6ba1 solid;
	
	
	}
.box_innertext_right {
	font-family:Verdana;
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	text-align:right;
	width:35%;
	padding:2px;
	border-top: 1px #2f6ba1 solid;
	border-bottom: 1px #2f6ba1 solid;
	border-left: 1px #2f6ba1 solid;
	float:right;
	}
/*=============== Bonus Box 3==================*/
#box_inner_3 {
	width: 379PX;
	height:auto;
	margin:0 auto;
	border: 1px #2f6ba1 solid;
	border-bottom: 0px;
	}
.box_inner_text_left {
	font-family:Verdana;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	width:197px;
	float:left;
	padding:3px;
	border-bottom: 1px #2f6ba1 solid;
	}
.box_inner_head_left {
	font-family:Verdana;
	font-size:14px;
	color:#FF6600;
	width:199px;
	float:left;
	padding:2px;
	border-bottom: 1px #2f6ba1 solid;
	}
.box_inner_head_right {
	font-family:Verdana;
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	width:45%;
	padding:2px;
	border-bottom: 1px #2f6ba1 solid;
	border-left: 1px #2f6ba1 solid;
	float:right;
	}
.box_inner_text_right {
	font-family:Verdana;
	font-size:17px;
	color:#000099;
	font-weight:bold;
	width:45%;
	padding:2px;
	border-bottom: 1px #2f6ba1 solid;
	border-left: 1px #2f6ba1 solid;
	float:right;
	}
/*=======================
    BONUS BOX END
=======================*/

.payment_option_main {	
		width: 545px;	
		height:auto;	
		margin:0 auto;
		border:1px solid #2e6ba1;	
		border-bottom:0px;	}
.payment_option_left {	
		width:150px;	
		height:60px;	
		font-family:Verdana;	
		color:#003366;	
		font-size:14px;	
		text-align:center;
		line-height:50px;	
		font-weight:bold;	
		border-bottom:1px solid #2e6ba1;	
		float:left;		}
.payment_option_left p{	
margin-left:5px;	}
.payment_option_left_last {	
		width:150px;	
		height:100px;	
		font-size:14px;	
		font-family:Verdana;
		font-weight:bold;	
		color:#003366;	
		line-height:100px;	
		border-bottom:1px solid #2e6ba1;	
		float:left; 
		text-align:center;	
		}
.payment_option_right {	
		width:393px;	
		height:60px;	
		font-family:Verdana;	
		color:#000000;	
		font-size:12px;	
		text-align:left;	
		border-bottom:1px solid #2e6ba1;	
		border-left:1px solid #2e6ba1;	
		float:right;
		}
.payment_option_right_last 
		{	
		width:393px;	
		height:100px;	
		border-bottom:1px solid #2e6ba1;
		border-left:1px solid #2e6ba1;	
		float:right;		}
.payment_option_right_text {	
		color:#000000;
		font-size:12px;	
		text-align:left;
		font-family:Verdana;	
		margin-left:5px;	}
.payment_option_right p{	
		margin-left:5px;	}
.payment_option_right_last p{	
		margin:5px;	}
/*===========================
		GUARANTEE
===========================*/
#guarantee {
	width:530px;
	height:662px;
	background:url(../images/guarantee.jpg) no-repeat;
	margin:0 auto;
	}
/*===========================
		Congratulations
===========================*/
#congrate {
	width:75%;
	height:auto;
	margin:0 auto;
	border:2px dashed #FF0000;
	}
.payment { width:100%; padding-bottom:10px;}
.payment2 { width:100%; padding-bottom:10px; background:url(../images/payment-term_04.png) no-repeat; height:82px;}
.padding {padding: 5px 20px 5px 10px;} 

/* ORDER FORM */

#container_OrderForm {
width: auto;
height: auto;
font-family: Arial;
font-size: 12px;
}

#container_OrderForm td{
border: 0px;
}

#Table-OrderForm td {
height: 26px;
padding: 5px 5px 5px 10px;
width: 33%;
}

#Table-OrderForm .SmallDesc {
font-size: 11px;
}

#Table-OrderForm .Heading {
background:url(../images/ArticleHeadingBar.gif) repeat-x;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

.textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 110px;
	padding: 5px;
}

.text {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 20px;
	padding: 2px 5px 0px 5px;
}

.SubmitButton {
	background-color:#333333;
	border:0px solid #CCCCCC;
	color:#FFFFFF;
	width: 120px;
	height: 20px;
}

.ErrorText {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

.PreviewText {
color: #0099CC;
font-weight: bold;
font-size: 14px;
}

#SH-NumWords2 {
display: none;
}

#SH-ReqDays2 {
display: none;
}

#uniquebg td{background:url(../images/uniquecustombg.jpg) repeat-x;}

#FootPrintsBullets li {
padding-left: 70px;
text-align: left;
list-style-type: none;
background: url(../images/FootPrints.jpg) no-repeat;
}

/* ===== Resource Center ===== */

#container_RC_left {
width:562px;
height:auto;
float:left;
font-family:arial;
background: #ffffff;
font-size: 14px;
}

#container_RC_left .RC{
font-family:Tahoma;
font-size:25px;
color:#FFFFFF;
font-weight:bold;
margin: 0px 0px 10px 0px;
padding: 5px;
text-align: center;
background: url(../images/ArticleHeadingBar.gif) repeat-x;
border: 1px Solid #CCCCCC;
}

#container_RC_left .RC-BACK{
padding: 0px 5px 0px 5px;
background: url(../images/BackToArticle.gif) repeat-x;
}

#container_RC_left .RC-BACK a{
color: #003366;
text-decoration: none;
}

#container_RC_left .RC-BACK a:hover{
color: #FFFFFF;
text-decoration: none;
}

#container_RC_left .PAD{
padding: 10px;
border: 1px Dashed #006699;
}

.articlemain {
	width:518px;
	padding:10px;
	border:2px solid #663300;
	margin-bottom:10px;
	background:url(../images/articlesmain.gif) repeat-x;
}
.articlemain .articlehead {
	font-size:18px;
	}
.articlemain .articldetail {
	font-size:12px;
	}

.ArticleContent {
padding: 10px;
border: 1px dashed #ccc;
}
	
#Table-SubCat{
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #006699;
}

#Table-SubCat td{
background:url(../images/Rc_Cat.gif) repeat-x;
width: 25%;
text-align: center;
vertical-align: middle;
border: 1px solid;
border-top-color: #990000;
border-left-color: #990000;
border-right-color: #ccc;
border-bottom-color: #ccc;
}

#Table-SubCat td:hover{
border-top-color: #ccc;
border-left-color: #ccc;
border-right-color: #626200;
border-bottom-color: #626200;
}

#Table-SubCat a{
color: #FFFFFF;
text-decoration: none;
}

#Table-SubCat a:hover{
color: #FFFFCC;
text-decoration: none;
}

#Table-SubCat .Dis{
background: url(../images/SubMenuesDis.png) no-repeat;
}

#Table-SubCat .Act{
background: url(../images/SubMenues.png) no-repeat;
color: #003366;
}

#FreeDTandDS td {
border: 1px dashed #fff;
background:url(../images/UTPnew_09.gif) repeat-x;
color: #ffffff;
border: 1px solid #cccccc;
font-size: 18px;
font-family: Tahoma;
padding: 5px;
}

#FreeDTandDS a{
color: #FFFFFF;
text-decoration: none;
}

#FreeDTandDS a:hover{
color: #FFFFCC;
text-decoration: underline;
}

.readarticle a {
font-weight: bold;
color: #990000;
}

.readarticle a:hover {
font-weight: bold;
color: #FFFFCC;
}

#PayMode td {
padding: 2px;
}

#container_RC_left .Q-Table2 {
text-align: left;
font-size: 14px;
}

#container_RC_left .Q-Table2 td {
padding: 10px;
background: #FFFFF0;
border: 1px dashed #CCCCCC;
}

#container_RC_left .Q-Heading  {
font-size: 18px;
font-weight: bold;
color: #990000;
text-decoration:underline;
}

/* ===== END Resource Center ===== */

/* FAQ's */

.CallUsImg {
width: 111px;
height: 14px;
font-size: 0px;
background: url(../images/CallUsImg.gif) no-repeat;
}

.FaxImg {
width: 111px;
height: 15px;
font-size: 0px;
background: url(../images/FaxImg.gif) no-repeat;
}

.DI {
display: inline;
}

/* Thankyou */

.PhoneNumberThanyou {
width: 214px;
height: 20px;
font-size: 0px;
background: url(../images/PhoneNumberThanyou.gif) no-repeat;
margin: 0 auto;
}


#D-org {
padding: 10px;
border: 1px Dashed #CCC;
background:url(../images/clickhere.jpg) repeat-x;
width:400px;
margin: 0 auto;

}

#D-org a {color:#FFFFFF;
			font-size:20px;
			font-weight:bold;
		  text-decoration:none;
		  }
		  
#D-org a:hover {text-decoration:underline;
				color:#FFFFFF;
		  }
		  

.essay-box {width:235px;
			border:1px solid #397E9F;
			background:url(../images/essay-boxbg1_01.jpg) repeat-x;
			height:52px;
			padding-top:16px;
			margin:0 auto;
			text-align:center;
			}


.essay-box2 {width:235px;
			border:1px solid #397E9F;
			background:url(../images/essay-boxbg2_01.jpg) repeat-x;
			height:52px;
			padding-top:16px;
			margin:0 auto;
			text-align:center;
			}


.essay-box3 {width:235px;
			border:1px solid #397E9F;
			background:url(../images/essay-boxbg1_01.jpg) repeat-x;
			height:45px;
			padding-top:25px;
			margin:0 auto;
			text-align:center;
			}


.essay-box4 {width:235px;
			border:1px solid #397E9F;
			background:url(../images/essay-boxbg2_01.jpg) repeat-x;
			height:45px;
			padding-top:25px;
			margin:0 auto;
			text-align:center;
			}


/* ESSAY CSS */


#hyper-link a {
			text-decoration:none;
			color:#990000;
			}

#hyper-link a:hover {text-decoration:underline;
					color:#990000;
			}

#hyper-linkb a {
			text-decoration:none;
			color:#003366;
			}

#hyper-linkb a:hover {text-decoration:underline;
					color:#003366;
			}
		

#hyper-linkc a {
			text-decoration:none;
			color:#AB4B49;
			font-size:18px;
			font-weight:bold;
			text-decoration:underline;
			}

#hyper-linkc a:hover {text-decoration:none;
					color:#AB4B49;
			}

.essay-writing {
				background:url(../images/custom-bg2.jpg) no-repeat;
				border:1px solid #397E9F;
				width:400px;
				padding-top:4px;
				height:56px;
				margin:0 auto;
				
			}

#steps-class ol {margin-left:50px;
				}

#steps-class li {padding-left:10px;
				text-align:left;
				}
				
				
/* Paddings */

.Pad1  { padding: 1px; }
.Pad2  { padding: 2px; }
.Pad3  { padding: 3px; }
.Pad4  { padding: 4px; }
.Pad5  { padding: 5px; }
.Pad6  { padding: 6px; }
.Pad7  { padding: 7px; }
.Pad8  { padding: 8px; }
.Pad9  { padding: 9px; }
.Pad10 { padding: 10px; }
.Pad11 { padding: 11px; }
.Pad12 { padding: 12px; }
.Pad13 { padding: 13px; }
.Pad14 { padding: 14px; }
.Pad15 { padding: 15px; }
.Pad16 { padding: 16px; }
.Pad17 { padding: 17px; }
.Pad18 { padding: 18px; }
.Pad19 { padding: 19px; }
.Pad20 { padding: 20px; }

/* END Paddings */


/* Paddings left */

.Padl1  { padding-left: 1px; }
.Padl2  { padding-left: 2px; }
.Padl3  { padding-left: 3px; }
.Padl4  { padding-left: 4px; }
.Padl5  { padding-left: 5px; }
.Padl6  { padding-left: 6px; }
.Padl7  { padding-left: 7px; }
.Padl8  { padding-left: 8px; }
.Padl9  { padding-left: 9px; }
.Padl10 { padding-left: 10px; }
.Padl11 { padding-left: 11px; }
.Padl12 { padding-left: 12px; }
.Padl13 { padding-left: 13px; }
.Padl14 { padding-left: 14px; }
.Padl15 { padding-left: 15px; }
.Padl16 { padding-left: 16px; }
.Padl17 { padding-left: 17px; }
.Padl18 { padding-left: 18px; }
.Padl19 { padding-left: 19px; }
.Padl20 { padding-left: 20px; }
.Padl22 { padding-left: 22px; }
.Padl24 { padding-left: 24px; }
.Padl26 { padding-left: 26px; }
.Padl28 { padding-left: 28px; }
.Padl30 { padding-left: 30px; }
.Padl32 { padding-left: 32px; }
.Padl34 { padding-left: 34px; }
.Padl36 { padding-left: 36px; }
.Padl38 { padding-left: 38px; }
.Padl40 { padding-left: 40px; }
.Padl42 { padding-left: 42px; }
.Padl46 { padding-left: 46px; }
.Padl50 { padding-left: 50px; }
.Padl54 { padding-left: 54px; }




/* END Paddings left*/


/* Paddings rite */

.Padr1  { padding-right: 1px; }
.Padr2  { padding-right: 2px; }
.Padr3  { padding-right: 3px; }
.Padr4  { padding-right: 4px; }
.Padr5  { padding-right: 5px; }
.Padr6  { padding-right: 6px; }
.Padr7  { padding-right: 7px; }
.Padr8  { padding-right: 8px; }
.Padr9  { padding-right: 9px; }
.Padr10 { padding-right: 10px; }
.Padr11 { padding-right: 11px; }
.Padr12 { padding-right: 12px; }
.Padr13 { padding-right: 13px; }
.Padr14 { padding-right: 14px; }
.Padr15 { padding-right: 15px; }
.Padr16 { padding-right: 16px; }
.Padr17 { padding-right: 17px; }
.Padr18 { padding-right: 18px; }
.Padr19 { padding-right: 19px; }
.Padr20 { padding-right: 20px; }

/* END Paddings rite*/

/*line height */

.l-height {line-height:22px;}
.l-height14 {line-height:14px;}
.l-height16 {line-height:16px;}
.l-height18 {line-height:18px;}
.l-height20 {line-height:20px;}
.l-height22 {line-height:22px;}
.l-height24 {line-height:24px;}
.l-height26 {line-height:26px;}
.l-height28 {line-height:28px;}
.l-height30 {line-height:30px;}
.l-height32 {line-height:32px;}
.l-height34 {line-height:34px;}
.l-height36 {line-height:36px;}
.l-height38 {line-height:38px;}
.l-height40 {line-height:40px;}

/*eng line height */


/*monotype fonts */


.mono-type {font-family: "Monotype Corsiva";
			font-size:20px;
			}

.mono-type-box {border:1px solid #CCCCCC;
				background-color:#FFFFFF;
				}
				
/*End monotype fonts */


.bookreport-box1 {	width:500px;
					margin:0 auto;
					border:1px solid #7fe0f8;
					background:url(../images/box_01.jpg) repeat-x;
					}
.bookreport-box2 {	width:500px;
					margin:0 auto;
					border:1px solid #59c8bf;
					background:url(../images/box_02.jpg) repeat-x;
					}
					
.bookreport-box3 {	width:500px;
					margin:0 auto;
					border:1px solid #a4c3f2;
					background:url(../images/box_03.jpg) repeat-x;
					}

.bookreport-box4 {	width:400px;
					margin:0 auto;
					border:1px solid #f6b346;
					padding:14px;
					background:url(../images/box_04.jpg) repeat-x;
					}

.payment-method {	width:534px;
					height:489px;
					border:1px solid #f0be94;
					}

.payment-method2 {	width:534px;
					height:489px;
					border:1px solid #b94b4b;
					}


.payment-method3 {	width:501px;
					height:260px;
					border:1px solid #d3b411;
					background:url(../images/payment-modes.jpg) repeat-x;
					margin:0 auto;
					}

.paymentcards {width:468px; margin:0 auto;}
.paymentcards Img { padding-right:6px; border:none; float:left;}


.essay-structure {width:450px;
					border:1px solid #eaad49;
					margin: 0 auto;
					padding:10px 10px 0px 10px;
					background:url(../images/essay-structure.jpg) repeat-x;
					}
.best_thesis_help {width:400px;
					border:1px solid #eaad49;
					margin: 0 auto;
					padding:10px 10px 0px 10px;
					background:url(../images/essay-structure.jpg) repeat-x;
					}

.thesis-helpl {
				width:300px;
				float:left;
				padding:0px 0px 5px 5px;
				}

.diss-helpl {
				width:310px;
				float:left;
				padding:5px 0px 5px 5px;
				}


.thesis-helpr {
				width:190px;
				height:90px;
				float:left;
				padding:5px;
				background:url(../images/thessis_writing_bg.jpg) repeat-x;
				margin-left:30px;
				border:1px solid #72d8f2;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				}

.diss-writing {
				width:190px;
				height:115px;
				float:left;
				padding:5px;
				background:url(../images/diss_writing_bg.jpg) repeat-x;
				margin-left:30px;
				border:1px solid #72d8f2;
				}
.diss-writing2 {
				width:180px;
				height:100px;
				float:left;
				padding:10px;
				background:url(../images/diss_writing_bg.jpg) repeat-x;
				margin-left:30px;
				border:1px solid #72d8f2;
				font-weight:bold;
				font-family:Arial, Helvetica, sans-serif;
				}

.thesis-box1 {
padding: 10px;
width:520px;
border: 1px Dashed #993300;
background:url(../images/thesis_writing_bg.jpg) no-repeat;
}


.edit-box1 {
padding: 10px;
width:520px;
border: 1px Dashed #993300;
background: url(../images/academic-writers-bg.gif) no-repeat;
}

.coursework-box1 {
padding: 5px;
width:520px;
border: 1px Dashed #993300;
background: url(../images/academic-writers-bg.gif) no-repeat;
}


.diss-box1 {
				width:450px;
				height:300px;
				margin:0 auto;
				border:1px solid #83e6ff;
				background:url(../images/diss-box-bg.jpg) repeat-x;
				}
				
#table-ess-edt { margin:0 auto;}

#table-ess-edt td {
				line-height:36px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				font-style:italic;
				color:#CC3300;
				text-align:center;
				border:1px solid #cea884;
			}
			
#table-ths-edt { margin:0 auto;}

.ths-edt1 {
				line-height:36px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				font-style:italic;
				color:#CC3300;
				text-align:center;
				border:1px solid #fecb99;
			}

.ths-edt2 {
				line-height:36px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				font-style:italic;
				color:#CC3300;
				text-align:center;
				border:1px solid #fabfc5;
			}
			
.bullet-box4 {width:350px; margin: 0 auto; padding:10px; background:url(../images/assignment_editing_bg.jpg) repeat-x;
				border:1px solid #ffdea7;
}

.bullet-box5 {width:235px;  padding:10px; background:url(../images/assignment_editing_bg.jpg) repeat-x;
				border:1px solid #ffdea7; float:left;
}

.bullet-box6 {width:235px;  padding:10px; background:url(../images/assignment_editing_bg.jpg) repeat-x;
				border:1px solid #ffdea7; float:left; margin-left:25px;
}


.report_box {
			width:350px;
			margin:0 auto;
			background:url(../images/clickhere-meroon.jpg) repeat-x;
			padding:10px;
			}


.art-thesis {
			margin:0 auto;
			width:440px;
			}
			
.art-thesis ul { 
list-style-type : none; 
padding-top:5px;
} 

.art-thesis li { 
background:url(../images/arrow.jpg) no-repeat left center;
text-indent : 15px; 
font: bold 16px Arial;
color: #933e1e;
} 


.eco-thesis {
			margin:0 auto;
			width:500px;
			}
			
.eco-thesis ul { 
list-style-type : none; 
padding-top:5px;
} 

.eco-thesis li { 
background:url(../images/arrow.jpg) no-repeat left center;
text-indent : 15px;
line-height:22px; 
font: bold 16px Arial;
color: #933e1e;
} 


.nurs-thesis {
			margin:0 auto;
			width:500px;
			}
			
.nurs-thesis ul { 
list-style-type : none; 
padding-top:5px;
} 

.nurs-thesis li { 
background:url(../images/arrow.jpg) no-repeat left center;
text-indent : 15px;
font: bold 14px Arial;
line-height:20px;
color: #933e1e;
} 

.pdl15 {padding-left:15px;}

.fc-nurs {
font: bold 14px Arial;
color: #933e1e;
		}

.phy-thesis {
		width:520px;
		margin:0 auto;
		padding:10px;
		border:1px solid #f1e185;
		background:url(../images/phy-thesis-bg.jpg) repeat-y;
		}
		
.hys-thesis {
		width:480px;
		margin:0 auto;
		padding:10px;
		text-align:center;
		border:1px solid #f1e185;
		background:url(../images/phy-thesis-bg.jpg) repeat-y;
		}


.phy-thesis2 {
		width:520px;
		margin:0 auto;
		padding:10px;
		border:1px solid #8fdcfb;
		background:url(../images/phy-thesis-bg2.jpg) repeat-y;
		}
		
.essay-format {width:460px; margin:0 auto; padding-left:20px; border:1px solid #85bed3;}
#footerl {width:100px; float:left; text-align:left; font:bold 12px Verdana; color:#FFFFFF;}
#footerr {width:675px; float:left; text-align:left;}
#onefooter {width:780px; margin:0 auto;}
.pdt5 {padding-top:5px;}
.pdt46 {padding-top:46px;}
.pdt47 {padding-top:47px;}
.pdt36 {padding-top:36px;}
.pdt30 {padding-top:30px;}
.pdt33 {padding-top:33px;}
.pdt32 {padding-top:32px;}
.pdt28 {padding-top:28px;}
.pdt42 {padding-top:42px;}
.pdt12 {padding-top:12px;}
.pdt76 {padding-top:76px;}
.pdt7 {padding-top:7px;}
.pdt28 {padding-top:28px;}
.pdt2 {padding-top:2px;}
.pdt20 {padding-top:20px;}
.disclaimer {font:normal 14px/20px Arial;}
.lastfoter {margin:0 auto;}