* { margin:0; padding:0 }

body {background:#002748;}

/*===== Universal Classes ======*/

h1, h2, h3, h4, h5, h6 { display: inline; font-family: Arial; }

/*===== End Universal Classes ======*/

/*===== General Classes ======*/

/* 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*/

/* Solid Borders */

.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; }

.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-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 */

/* Colored Boxes */

.D-OWht {
padding: 10px;
border: 1px Dashed #CCC;
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 */

/* Font Family */

.FF-Ari 	{ font-family: arial; }
.FF-Ver 	{ font-family: verdana; }
.FF-Tah 	{ font-family: tahoma; }
.FF-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; font-weight:normal; line-height:18px; }
.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; }

/* 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: #000000; }
.FC-Brwn{ color: #660000; }

/* END Font Colors */

/* Font Weight & Styles */

.B 	{ font-weight: bold; }
.XB { font-weight: bolder; }
.N 	{ font-weight: normal; }
.Em { font-style: italic; }
.U 	{ text-decoration: underline; }

/* END Font Weight & Styles */

/* Text Alignment */

.Left { text-align: left; }
.Center { text-align: center; }
.Right { text-align: right; }

/* END Text Alignment */

/* Fonts Sizes & Colors */

/* Font Navy Blue */

.F-NBlu32, .F-NBlu30, .F-NBlu28, .F-NBlu26, .F-NBlu24, .F-NBlu22, .F-NBlu20, .F-NBlu18, .F-NBlu16, .F-NBlu14, .F-NBlu12 {
Color: #003366;
}

.F-NBlu32{ font-size: 32px; }
.F-NBlu30{ font-size: 30px; }
.F-NBlu28{ font-size: 28px; }
.F-NBlu26{ font-size: 26px; }
.F-NBlu24{ font-size: 24px; font-weight:bold;}
.F-NBlu22{ font-size: 22px; font-weight:bold;}
.F-NBlu20{ font-size: 20px; font-weight:bold;}
.F-NBlu18{ font-size: 18px; font-weight:bold; }
.F-NBlu16{ font-size: 16px; font-weight:bold;}
.F-NBlu14{ font-size: 14px; }
.F-NBlu12{ font-size: 12px; }

/* END Font Navy Blue */

/* Font Blue */

.F-Blu32, .F-Blu30, .F-Blu28, .F-Blu26, .F-Blu24, .F-Blu22, .F-Blu20, .F-Blu18, .F-Blu16, .F-Blu14, .F-Blu12{
color: #0000FF;
}

.F-Blu32{ font-size: 32px; }
.F-Blu30{ font-size: 30px; }
.F-Blu28{ font-size: 28px; }
.F-Blu26{ font-size: 26px; }
.F-Blu24{ font-size: 24px; }
.F-Blu22{ font-size: 22px; }
.F-Blu20{ font-size: 20px; }
.F-Blu18{ font-size: 18px; }
.F-Blu16{ font-size: 16px; }
.F-Blu14{ font-size: 14px; }
.F-Blu12{ font-size: 12px; }

/* END Font Blue */

/* Font Maroon */

.F-DRed32, .F-DRed30, .F-DRed28, .F-DRed26, .F-DRed24, .F-DRed22, .F-DRed20, .F-DRed18, .F-DRed16, .F-DRed14, .F-DRed12 {
color: #990000;
}

.F-DRed32{ font-size: 32px; }
.F-DRed30{ font-size: 30px; }
.F-DRed28{ font-size: 28px; }
.F-DRed26{ font-size: 26px; }
.F-DRed24{ font-size: 24px; }
.F-DRed22{ font-size: 22px; }
.F-DRed20{ font-size: 20px; }
.F-DRed18{ font-size: 18px; }
.F-DRed16{ font-size: 16px; }
.F-DRed14{ font-size: 14px; }
.F-DRed12{ font-size: 12px; }

/* END Font Maroon */

/* Font LBlue */

.F-LBlu32, .F-LBlu30, .F-LBlu28, .F-LBlu26, .F-LBlu24, .F-LBlu22, .F-LBlu20, .F-LBlu18, .F-LBlu16, .F-LBlu14, .F-LBlu12 {
color: #056283;
}

.F-LBlu32{ font-size: 32px; }
.F-LBlu30{ font-size: 30px; }
.F-LBlu28{ font-size: 28px; }
.F-LBlu26{ font-size: 26px; }
.F-LBlu24{ font-size: 24px; }
.F-LBlu22{ font-size: 22px; }
.F-LBlu20{ font-size: 20px; }
.F-LBlu18{ font-size: 18px; }
.F-LBlu16{ font-size: 16px; }
.F-LBlu14{ font-size: 14px; }
.F-LBlu12{ font-size: 12px; }

/* END Font Maroon */


/* Font LYel */

.F-LYel32, .F-LYel30, .F-LYel28, .F-LYel26, .F-LYel24, .F-LYel22, .F-LYel20, .F-LYel18, .F-LYel16, .F-LYel14, .F-LYel12 {
color: #F9FCD8;
}

.F-LYel32{ font-size: 32px; }
.F-LYel30{ font-size: 30px; }
.F-LYel28{ font-size: 28px; }
.F-LYel26{ font-size: 26px; }
.F-LYel24{ font-size: 24px; }
.F-LYel22{ font-size: 22px; }
.F-LYel20{ font-size: 20px; }
.F-LYel18{ font-size: 18px; }
.F-LYel16{ font-size: 16px; }
.F-LYel14{ font-size: 14px; }
.F-LYel12{ font-size: 12px; }

/* END Font Maroon */





/* Font Maroon */

.F-Red32, .F-Red30, .F-Red28, .F-Red26, .F-Red24, .F-Red22, .F-Red20, .F-Red18, .F-Red16, .F-Red14, .F-Red12 {
color: #FF0000;
}

.F-Red32{ font-size: 32px; }
.F-Red30{ font-size: 30px; }
.F-Red28{ font-size: 28px; }
.F-Red26{ font-size: 26px; }
.F-Red24{ font-size: 24px; }
.F-Red22{ font-size: 22px; }
.F-Red20{ font-size: 20px; }
.F-Red18{ font-size: 18px; }
.F-Red16{ font-size: 16px; }
.F-Red14{ font-size: 14px; }
.F-Red12{ font-size: 12px; }

/* END Font Maroon */

/* Font Black */

.F-Blk32, .F-Blk30, .F-Blk28, .F-Blk26, .F-Blk24, .F-Blk22, .F-Blk20, .F-Blk18, .F-Blk16, .F-Blk14, .F-Blk12 {
color: #000000;
}

.F-Blk32{ font-size: 32px; }
.F-Blk30{ font-size: 30px; }
.F-Blk28{ font-size: 28px; }
.F-Blk26{ font-size: 26px; }
.F-Blk24{ font-size: 24px; }
.F-Blk22{ font-size: 22px; }
.F-Blk20{ font-size: 20px; }
.F-Blk18{ font-size: 18px; }
.F-Blk16{ font-size: 16px; }
.F-Blk14{ font-size: 14px; }
.F-Blk12{ font-size: 12px; }

/* END Font Black */

/* Font Light Yellow */

.F-Yel32, .F-Yel30, .F-Yel28, .F-Yel26, .F-Yel24, .F-Yel22, .F-Yel20, .F-Yel18, .F-Yel14, .F-Yel12 {
color: #fff6c3;
}

.F-LYel32{ font-size: 32px; }
.F-LYel30{ font-size: 30px; }
.F-LYel28{ font-size: 28px; }
.F-LYel26{ font-size: 26px; }
.F-LYel24{ font-size: 24px; }
.F-LYel22{ font-size: 22px; }
.F-LYel20{ font-size: 20px; }
.F-LYel18{ font-size: 18px; }
.F-LYel16{ font-size: 16px; }
.F-LYel14{ font-size: 14px; }
.F-LYel12{ font-size: 12px; }

.F-Yel16 {font:bold 16px Arial; color:#fff6c3;}

/* END Font light Yellow */


/* Font sky blue */

.F-sb32, .F-sb30, .F-sb28, .F-sbl26, .F-sbl24, .F-sbl22, .F-sbl20, .F-sbl18, .F-sbl16, .F-sbl14, .F-sbl12 {
color: #aef1ff;
}

.F-sb32{ font-size: 32px; }
.F-sbl30{ font-size: 30px; }
.F-sbl28{ font-size: 28px; }
.F-sb26{ font-size: 26px; }
.F-sb24{ font-size: 24px; }
.F-sb22{ font-size: 22px; }
.F-sb20{ font-size: 20px; }
.F-sb18{ font-size: 18px; }
.F-sb16{ font-size: 16px; }
.F-sb14{ font-size: 14px; }
.F-sb12{ font-size: 12px; }

/* END Font sky blue */







/* Font Dark Orange */

.F-DOrg32, .F-DOrg30, .F-DOrg28, .F-DOrg26, .F-DOrg24, .F-DOrg22, .F-DOrg20, .F-DOrg18, .F-DOrg16, .F-DOrg14, .F-DOrg12 {
color: #FF6600;
}

.F-DOrg32{ font-size: 32px; }
.F-DOrg30{ font-size: 30px; }
.F-DOrg28{ font-size: 28px; }
.F-DOrg26{ font-size: 26px; }
.F-DOrg24{ font-size: 24px; }
.F-DOrg22{ font-size: 22px; }
.F-DOrg20{ font-size: 20px; }
.F-DOrg18{ font-size: 18px; }
.F-DOrg16{ font-size: 16px; }
.F-DOrg14{ font-size: 14px; }
.F-DOrg12{ font-size: 12px; }

/* END Font Dark Orange */

/* Font Dark Green */

.F-DGrn32, .F-DGrn30, .F-DGrn28, .F-DGrn26, .F-DGrn24, .F-DGrn22, .F-DGrn20, .F-DGrn18, .F-DGrn16, .F-DGrn14, .F-DGrn12 {
color: #339999;
}

.F-DGrn32{ font-size: 32px; }
.F-DGrn30{ font-size: 30px; }
.F-DGrn28{ font-size: 28px; }
.F-DGrn26{ font-size: 26px; }
.F-DGrn24{ font-size: 24px; }
.F-DGrn22{ font-size: 22px; }
.F-DGrn20{ font-size: 20px; }
.F-DGrn18{ font-size: 18px; }
.F-DGrn16{ font-size: 16px; }
.F-DGrn14{ font-size: 14px; }
.F-DGrn12{ font-size: 12px; }

/* END Font Dark Green */

/* Font White */

.F-Wht32, .F-Wht30, .F-Wht28, .F-Wht26, .F-Wht24, .F-Wht22, .F-Wht20, .F-Wht18, .F-Wht16, .F-Wht14, .F-Wht12 {
color: #000000;
}

.F-Wht32{ font-size: 32px; }
.F-Wht30{ font-size: 30px; }
.F-Wht28{ font-size: 28px; }
.F-Wht26{ font-size: 26px; }
.F-Wht24{ font-size: 24px; }
.F-Wht22{ font-size: 22px; }
.F-Wht20{ font-size: 20px; }
.F-Wht18{ font-size: 18px; }
.F-Wht16{ font-size: 16px; }
.F-Wht14{ font-size: 14px; line-height:16px; letter-spacing:0.2mm; }
.F-Wht12{ font-size: 12px; }

/* END Font White */

/* Font Off White */

.F-OWht32, .F-OWht30, .F-OWht28, .F-OWht26, .F-OWht24, .F-OWht22, .F-OWht20, .F-OWht18, .F-OWht16, .F-OWht14, .F-OWht12 {
color: #FFFFFF;
}

.F-OWht32{ font-size: 32px; }
.F-OWht30{ font-size: 30px; }
.F-OWht28{ font-size: 28px; }
.F-OWht26{ font-size: 26px; }
.F-OWht24{ font-size: 24px; }
.F-OWht22{ font-size: 22px; }
.F-OWht20{ font-size: 20px; }
.F-OWht18{ font-size: 18px; }
.F-OWht16{ font-size: 16px; }
.F-OWht14{ font-size: 14px; }
.F-OWht12{ font-size: 12px; }

/* END Font Off White */

/* END Fonts Sizes & Colors */


/* Paddings */

.Pd0  { padding: 0px; }
.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; }

/* END Paddings */


/* Paddings right */

.Pdt0  { padding-top: 0px; }
.Pdt1  { padding-top: 1px; }
.Pdt2  { padding-top: 2px; }
.Pdt3  { padding-top: 3px; }
.Pdt4  { padding-top: 4px; }
.Pdt5  { padding-top: 5px; }
.Pdt6  { padding-top: 6px; }
.Pdt7  { padding-top: 7px; }
.Pdt8  { padding-top: 8px; }
.Pdt9  { padding-top: 9px; }
.Pdt10 { padding-top: 10px; }
.Pdt11 { padding-top: 11px; }
.Pdt12 { padding-top: 12px; }
.Pdt13 { padding-top: 13px; }
.Pdt14 { padding-top: 14px; }
.Pdt15 { padding-top: 15px; }
.Pdt16 { padding-top: 16px; }
.Pdt17 { padding-top: 17px; }
.Pdt18 { padding-top: 18px; }
.Pdt19 { padding-top: 19px; }
.Pdt20 { padding-top: 20px; }

/* END Paddings top */

/* Paddings left */

.pdl1  { padding-left: 1px; }
.pdl2  { padding-left: 2px; }
.pdl3  { padding-left: 3px; }
.pdl4  { padding-left: 4px; }
.pdl5  { padding-left: 5px; }
.pdl6  { padding-left: 6px; }
.pdl7  { padding-left: 7px; }
.pdl8  { padding-left: 8px; }
.pdl9  { padding-left: 9px; }
.pdl10 { padding-left: 10px; }
.pdl11 { padding-left: 11px; }
.pdl12 { padding-left: 12px; }
.pdl13 { padding-left: 13px; }
.pdl14 { padding-left: 14px; }
.pdl15 { padding-left: 15px; }
.pdl16 { padding-left: 16px; }
.pdl17 { padding-left: 17px; }
.pdl18 { padding-left: 18px; }
.pdl19 { padding-left: 19px; }
.pdl20 { padding-left: 20px; }
.pdl22 { padding-left: 22px; }
.pdl24 { padding-left: 24px; }
.pdl26 { padding-left: 26px; }
.pdl28 { padding-left: 28px; }
.pdl30 { padding-left: 30px; }
.pdl32 { padding-left: 32px; }
.pdl34 { padding-left: 34px; }
.pdl36 { padding-left: 36px; }
.pdl38 { padding-left: 38px; }
.pdl40 { padding-left: 40px; }
.pdl42 { padding-left: 42px; }
.pdl46 { padding-left: 46px; }
.pdl50 { padding-left: 50px; }
.pdl54 { padding-left: 54px; }
.pdl60 { padding-left: 60px; }
.pdl65 { padding-left: 65px; }
.pdl70 { padding-left: 70px; }
.pdl100 { padding-left: 100px;}
.pdl120 { padding-left: 120px;}
.pdl140 { padding-left: 140px;}
.pdl150 { padding-left: 150px;}
.pdl160 { padding-left: 160px;}
.pdl250 { padding-left: 250px;}


/* END Paddings left*/


/* Paddings bottom */

.pdb1  { padding-bottom: 1px; }
.pdb2  { padding-bottom: 2px; }
.pdb3  { padding-bottom: 3px; }
.pdb4  { padding-bottom: 4px; }
.pdb5  { padding-bottom: 5px; }
.pdb6  { padding-bottom: 6px; }
.pdb7  { padding-bottom: 7px; }
.pdb8  { padding-bottom: 8px; }
.pdb9  { padding-bottom: 9px; }
.pdb10 { padding-bottom: 10px; }
.pdb11 { padding-bottom: 11px; }
.pdb12 { padding-bottom: 12px; }
.pdb13 { padding-bottom: 13px; }
.pdb14 { padding-bottom: 14px; }
.pdb15 { padding-bottom: 15px; }
.pdb16 { padding-bottom: 16px; }
.pdb17 { padding-bottom: 17px; }
.pdb18 { padding-bottom: 18px; }
.pdb19 { padding-bottom: 19px; }
.pdb20 { padding-bottom: 20px; }
.pdb22 { padding-bottom: 22px; }
.pdb24 { padding-bottom: 24px; }
.pdb26 { padding-bottom: 26px; }
.pdl28 { padding-bottom: 28px; }
.pdl30 { padding-bottom: 30px; }
.pdl32 { padding-bottom: 32px; }
.pdl34 { padding-bottom: 34px; }
.pdl36 { padding-bottom: 36px; }
.pdl38 { padding-bottom: 38px; }
.pdl40 { padding-bottom: 40px; }
.Padl42 { padding-bottom: 42px; }
.Padl46 { padding-bottom: 46px; }
.Padl50 { padding-bottom: 50px; }
.Padl54 { padding-bottom: 54px; }




/* END Paddings left*/



/* Margins */

.Mr0  { padding: 0px; }
.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; }

.M0A {margin: 0 auto; }

.MrL20 { padding-left: 20px; }

.MrL30 { padding-left: 30px; }

/* END Margins */


/* Background Colors */

.Bg-Red  { background: #FF0000; }
.Bg-DRed { background: #800000; }
.Bg-Blu  { background: #0000FF; }
.Bg-NBlu { background: #003366; }
.Bg-MBlu { background: #006699; }
.Bg-LBlu { background: #F5FAFF; }
.Bg-AGry { background: #F5F5F5; }
.Bg-OWht { background: #FFFFF5; }
.Bg-Wht  { background: #FFFFFF; }

/* END Background Colors */

/* Highlights*/

.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-Yel  { background: #FFFF00; }

/* END Highlights */

/* Letter Spacing */

.LS1 { letter-spacing: 1px; }
.LS2 { letter-spacing: 2px; }

/* END Letter Spacing */

/* Texture */

.OWht_Texture {
background: url(../images/OWht_Texture.jpg) repeat;

}

.OWht_Texture2 {
background: url(../images/OWht_Texture.jpg) repeat;
width:640px;
margin:0 auto;

}

.LBlu_Texture {
background: url(../images/LBlu_Texture.jpg) repeat;
}

.Blk_Texture {
background: url(../images/Blk_Texture.jpg) repeat;
}

/* END Texture */

.Clear { clear: both; }

body {
font-family: arial;
font-size: 14px;
}

.Top-KekWords {
width:auto;
color:#FFFFFF;
font-size:12px;
text-align:center;
font-family: arial;
font-weight: bold;
padding: 3px 0px 3px 0px;
}

.Top-KekWords h1, h2, h3, h4, h5, h6, span {
font-size:11px;
letter-spacing:0.5px;
font-weight: bold;
font-family: Arial;
}

#Header {
width: 1004px;
height:383px;
margin: 0 auto;
padding:0px;
vertical-align:top;
}

#headimg {float:left; width:714px; height:383px;}
#livechat {float:left; width:290px; height:383px;}


#Headerist {
width: 1004px;
height:99px;
margin: 0 auto;
}



#Wrapper{
width:1004px;
margin:0 auto;
padding-bottom:20px;
background:#FFFFFF;
}

#Menu {
width: 1004px;
height:35px;
margin: 0 auto;
background:url(../images/menubg.jpg) repeat-x;

}

#Menu ul {
list-style:none;
padding: 0;
margin: 0;
margin-left:55px;
}


.sep {background:url(../images/sep.jpg) no-repeat; width:2px; height:35px;}

#Menu .Act {
height:35px;
color: #fff;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:Verdana;
line-height: 35px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
background:url(../images/menu-bg-ov.jpg) repeat-x;
text-decoration: none;
padding: 0px 35px 0px 35px;
}


#Menu li {
float: left;
list-style:none;
}

#Menu li a {
height:35px;
color: #fff;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:Verdana;
line-height: 35px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
text-decoration: none;
padding: 0px 35px 0px 35px;}

#Menu li a:hover{
height:35px;
color: #fff;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:Verdana;
line-height: 35px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
text-decoration: underline;
padding: 0px 35px 0px 35px;
}



#Container_Top {
width:1002px;
float:left;
font-size: 14px;
}

#contlivechat {
width:700px;
padding:40px 10px 20px 10px;
height: 600px; text-align:center;
line-height:24px;
margin-top:0px;
margin:0 auto;
background:#FFFFFF;
}


#Container_Left {
width:700px;
padding:20px 10px 20px 10px;
height: auto;
margin-top:0px;
float:left;
background:#FFFFFF;
}

#Container_Left a { color:#0000FF; text-decoration:none;}
#Container_Left a:hover { color:#FF3300; text-decoration:underline;}


#Container_Lefttu {
width:652px;
height: auto;
margin-top:0px;
padding:10px 8px 10px 10px;
margin:0 auto;
background:url(../images/tdk-main.jpg) repeat-y;
}

#Container_Lefttu a { color:#0000FF; font:bold 16px Arial;}
#Container_Lefttu a:hover { color:#FF3300; font:bold 16px Arial;}


#Container_Body {
width:980px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px dashed #f2825b;
margin-bottom: 10px;
}

#Container_FormBody {
width:980px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px Solid #ccc;
margin-bottom: 10px;
}

.OrderForm_T_Center {
width: 800px;
height: auto;
margin: 0 auto;
}

.Container_Heading {
padding: 10px;
background:#000000
border: 5px dashed #004080;
text-align: center;
}

.Container_sitemap {
padding: 10px;
background-color:#FFFFFF;
border: 5px dashed #004080;
text-align: left;
}

.Container_sitemap ul { margin-left:20px;}
.Container_sitemap li { padding:5px;}

.Container_sitemap a { text-decoration:none; color:#0000FF;}
.Container_sitemap a:hover { text-decoration:underline; color:#FF3300}




.Container_Heading-conc {
padding: 10px;
background: url(../images/Gray_Grd-conc.jpg) repeat;
border: 5px dashed #004080;
text-align: center;
text-transform:uppercase;
}

.Container_Heading2 {
padding: 10px;
width:605px;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}

.Container_Heading3 {
padding: 10px;
width:500px;
text-align:center;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}


.T_DCat {
border: 3px dashed #660000;
font-size: 16px;
}

.T_DCat2 {
border: 3px dashed #660000;
font-size: 16px;
width:620px;
}


.T_DCat td {
padding: 10px;
border: 1px dashed #ccc;
}

.T_DCat ul {
margin-left: 20px;
}

.T_Circles {
background: url(../images/Circles.jpg) no-repeat top center;
}

.CursorHand1_Div {
padding: 10px;
border: 3px dashed #660000;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
}

.CursorHand1_Div a {
text-decoration: none;
}

.CursorHand1_Div a:hover {
text-decoration: underline;
}

.CursorHand2_Div {
padding: 10px;
border: 3px dashed #000000;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
}

.CursorHand2_Div a {
color: #FFFFFF;
text-decoration: none;
}

.CursorHand2_Div a:hover {
text-decoration: underline;
}

/* Days & Words Table */

#DaysAndWords-Div {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
float: left;
}

#DaysAndWords-T td {
color: #660000;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 5px;
text-align: center;
border: 1px dashed #ccc;
}

#DaysAndWords-T .Heading {
height: 80px;
color: #ffffff;
line-height: 24px;
text-align: left;
padding: 0px;
background: url(../images/Price_Structure.jpg) no-repeat;
border-width: 0px;
}

#DaysAndWords-T .SubHeading {
height: 60px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
background: url(../images/SubHeading_Grd1.jpg) repeat-x;
border-width: 0px;
}

/* END Date & Price Table */

/* Pages And Discount */

#PagesAndDiscount-Div {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
float: right;
}

#PagesAndDiscount-T td {
color: #660000;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 5px;
text-align: left;
border: 1px dashed #ccc;
}

#PagesAndDiscount-T .Heading {
height: 80px;
color: #ffffff;
line-height: 24px;
text-align: left;
padding: 0px;
background: url(../images/Discount_Offer.jpg) no-repeat;
border-width: 0px;
}

#PagesAndDiscount-T .SubHeading {
height: 60px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
background: url(../images/SubHeading_Grd2.jpg) repeat-x;
border-width: 0px;
}

#PagesAndDiscount-T .NoBorder {
border: 1px solid #fff;
}


#PagesAndDiscount-T .LimitedTimeOffer {
font-size: 18px;
font-weight: bold;
color: #ffffff;
background: url(../images/SubHeading_Grd1.jpg) repeat-x;
border: 1px solid #FF0000;
}

#PagesAndDiscount-T .DiscountTill {
color: #ff0000;
}

/* END Pages And Discount */

#Container_Right {
width:307px;
height: 2420px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Right img {
padding: 35px 0px 0px 10px;
}


#Container_Rightser {
width:307px;
height: 2330px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Rightser img {
padding: 35px 0px 0px 10px;
}



#Container_Rightau {
width:307px;
height: 920px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Rightau img {
padding: 35px 0px 0px 10px;
}



#Container_Rightmain {
width:248px;
height: 1200px;
float:left;
margin-left:25px;
background:  #FFFFFF;

}

#Container_Rightmain img {
padding: 35px 0px 0px 0px;
}


#Container_Rightpp {
width:307px;
height: 1720px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Rightpp img {
padding: 35px 0px 0px 10px;
}


#Container_Rightts {
width:307px;
height: 2850px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Rightts img {
padding: 35px 0px 0px 10px;
}



#Container_Rightfaq {
width:307px;
height: 2975px;
float:left;
margin: 0px 0px 0px 25px;
background: url(../images/banner-bg.jpg) repeat-y;

}

#Container_Rightfaq img {
padding: 35px 0px 0px 10px;
}


#Guarantee {
width: 700px;
padding: 10px;
border: 1px solid #eaddc4;
background: url(../images/Guarantee_Grd.gif) repeat-x;
color: #826317;
font-weight: bold;
font-size: 16px;
margin:0 auto;

}



#Guarantee .Right_Content {
padding: 40px 0px 0px 0px;
width: 450px;
height: 160px;
float: left;
font-size: 18px;
text-align: center;
}

#Guarantee .Logo{
width: 230px;
height: 180px;
float: left;
background: url(../images/Guarantee_Logo.jpg) repeat-x;
}

#Guarantee .SubCat{
padding: 10px;
border: 1px solid #ccc;
background: #826317;
color: #fff;
}

#PaymentMode {
width: 450px;
padding: 10px;
border: 1px solid #eaddc4;
background: url(../images/OWht_Texture.jpg) repeat;
color: #826317;
font-weight: bold;
font-size: 16px;
float: right;
}

#PaymentMode .Logo{
height: 80px;
width: 450px;
float: left;
background: url(../images/Payment_Methods.jpg) no-repeat;
}

#Footer {
	width:974px;
	height:132px;
	font-size:12px;
	font-family:Arial;
	text-align:left;
	margin-top:20px;
	background:url(../images/footerbg.jpg) no-repeat;
	color:#FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#Footer a {
color:#FFFFFF;
text-decoration: none;
padding: 0px 2px 0px 2px;
}

#Footer a:hover {
color:#284A64;
text-decoration:none;
background: #FFFFFF;
padding: 0px 2px 0px 2px;
}

#Footer .allrights {
padding: 5px 0px 0px 0px;
color: #FFFFFF;
}




#DaysAndWords-Div-Faqs {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
}

#PagesAndDiscount-Div-Faqs {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
}


#Container_Body-Faqs {
width:978px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px solid #ccc;
margin-top: 10px;
margin-bottom: 10px;
}

#Container_Body-Faqs li {
margin-left: 20px;
}


#Container_SmallFormBody {
width:570px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px Solid #ccc;
margin-bottom: 10px;
}

.ContactSmallForm_T_Center {
width: 567px;
height: auto;
margin: 0 auto;
}

.introduction-box {
width:635px;
background:url(../images/Dissertations_Writing_32.gif) repeat-x;
margin:0 auto;
margin-bottom:30px;
}
		
.Payment-box {
width:700px;
height:538px;
margin:auto;
border:1px solid #ffe39f;
}		

.margin-center {margin:0 auto;}

#image-rollhover {
width:159px;
height:58px;
margin:0 auto;

}

#image-rollhover a{
width:159px;
height:58px;
display:block;
background:url(../images/order-now.gif) no-repeat;
}					

#image-rollhover a:hover{
background:url(../images/order-now-hover.gif) no-repeat;
}


#image-rollhover-cu {
width:159px;
height:58px;
margin:0 auto;

}

#image-rollhover-cu a{
width:159px;
height:58px;
display:block;
background:url(../images/contact-us-btn.gif) no-repeat;
}					

#image-rollhover-cu a:hover{
background:url(../images/contact-us-btn-hover.gif) no-repeat;
}

/*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 */

.diss-intro {width:700px;
margin:0 auto}

#hyper-link {text-align:justify;}
#hyper-link a {text-decoration:none;}
#hyper-link a:hover {text-decoration:underline;}

#hyper-link li {font-weight:bold;}


#hyper-link2 {text-align:justify;}
#hyper-link2 a {text-decoration:none;}
#hyper-link2 a:hover {text-decoration:underline;}

#hyper-link2 li {font-weight:normal;}




.ac-link {color:#0000FF;}
.ac-link a {color:#0000FF;}
.ac-link a:active {color:#0000FF;}

.best-diss {padding-left:10px; width:650px;}
.org-diss {padding-left:10px; width:650px;}

.link-box4 {
font: bold 14px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box4 a{
font: bold 14px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box4 a:hover{
font: bold 14px Arial;
color: #933e1e;
text-decoration:underline;
}

.link-box5 {
font: bold 24px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box5 a{
font: bold 20px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box5 a:hover{
font: bold 20px Arial;
color: #933e1e;
text-decoration:underline;
}

.link-box6 {
font: bold 16px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box6 a{
font: bold 16px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box6 a:hover{
font: bold 16px Arial;
color: #933e1e;
text-decoration:underline;
}


.afford-bdr {border:1px solid #9bcffa;}
.tal {text-align:left;}
.org-box {width:630px; float:left; padding-left:10px;}
.org-banner {width:480px; margin:0 auto; background:url(../images/original-banner.jpg) no-repeat; padding:10px; text-align:center;
}

#good-quality{width:600px; margin:0 auto; text-align:center;}
#non-pz{width:670px; margin:0 auto; text-align:center;}

.right-good {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:85px;
	background:url(../images/good-quality-right.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.left-good {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:90px; 
	background:url(../images/good-quality-left.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}
	
.right-good2 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:115px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.right-good3 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:135px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.right-good4 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:105px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.left-good2 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:120px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}


.left-good3 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:140px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}

.left-good4 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:110px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}
	
.right-non-pz {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:260px; 
 	 }

.right-non-pz-4th {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:175px; 
 	 }

.right-non-pz-6th {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:210px; 
 	 }



.left-non-pz {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:260px; 
	margin-right:20px;

	}
	
.left-non-pz-3rd {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:175px; 
	margin-right:20px;

	}

.left-non-pz-5th {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:210px; 
	margin-right:20px;

	}

.image-non-pz {
	width:250px;
	padding:25px 5px 10px 5px;
	margin:0 auto;
	height:145px;
	text-align:center;
	border:1px solid #97cbf2;
	background:url(../images/non-pz.jpg) repeat-x;
	}
	
.image-non-pz3 {
	width:250px;
	padding:10px 5px 10px 5px;
	margin:0 auto;
	height:80px;
	text-align:center;
	border:1px solid #97cbf2;
	background:url(../images/non-pz.jpg) repeat-x;
	}	

.image-non-pz5 {
	width:250px;
	padding:20px 5px 10px 5px;
	margin:0 auto;
	border:1px solid #97cbf2;
	height:105px;
	text-align:center;
	background:url(../images/non-pz.jpg) repeat-x;
	}
	

.image-non-pz2 {
	width:250px;
	padding:25px 5px 10px 5px;
	height:145px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;
	background:url(../images/non-pz2.jpg) repeat-x;
	}

.image-non-pz4 {
	width:250px;
	padding:15px 5px 10px 5px;
	height:75px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;	
	background:url(../images/non-pz6.jpg) repeat-x;
	}
	
.image-non-pz6 {
	width:250px;
	padding:20px 5px 10px 5px;
	height:105px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;
	background:url(../images/non-pz2.jpg) repeat-x;
	}

.well-research {width:520px; margin:0 auto; background:url(../images/bg-well-research.jpg) repeat-x; padding:10px 5px 0px 10px; height:35px; border:1px solid #D6BD67}
.well-research2 {width:570px; margin:0 auto; background:url(../images/bg-well-research.jpg) repeat-x; padding:10px 5px 0px 10px; height:35px; border:1px solid #D6BD67}

.footer-text {width:200px; float: left; text-align:left; margin-right:35px; padding-top:5px;}
.all-right-bg {background:url(../images/all-rght.jpg) no-repeat; margin:0 auto; padding-top:20px; margin-top:25px;}

#urgent {margin:0 auto; padding-top:20px;}

.dis-advice {
	width:470px; margin:0 auto;
	padding:8px;
	font: bold 16px arial;
	color: #eff9ff;
	text-align:center;	
	background:url(../images/bg_advice.jpg) repeat-x;
	}
	
#main {width:1004px; margin:0 auto;} 


#sampleform {width:600px; padding-top:15px; height:auto; margin:0 auto; border:dashed 2px #2C4E85; background:#F5F5F5;}

#Table-SampleOrderForm td {
height: 26px;
padding: 5px 5px 5px 10px;
width: 33%;
}

#Table-SampleOrderForm .SmallDesc {
font-size: 11px;
}

#Table-SampleOrderForm .Heading {
background:#002748;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}




/* ===== Order Form ===== */

#Table-OrderForm td {
height: 26px;
padding: 5px 5px 5px 10px;
width: 33%;
}

#Table-OrderForm .SmallDesc {
font-size: 11px;
}

#Table-OrderForm .Heading {
background:#002748;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

.textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 20px;
	margin-top: 5px;
}

.Deadline {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 90px;
	height: 20px;
	margin-top: 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-ReqDays2 {
display: none;
}

#SH-NumWords2 {
display: none;
}


/*===== Page ======*/

#page {width:850px; height:auto; font-family:Arial; font-size:12px; margin:0 auto;}
#page .pg_padding {padding: 10px;}
#page .pg_padding-form { padding:10px 10px 10px 10px;}

/*===== END Page ======*/




/* ===== END Order Form ===== */

.TA-C
{
	text-align: center;
}

.PhoneNumberImg {
	background: url(../images/PhoneNumber.gif) no-repeat #FFF 10px;
	margin: 0 auto;
	width: 222px;
	height: 19px;
	padding: 10px;
}

.h-link {width:590px; height:143px; margin:0 auto; background:url(../images/dying.jpg) no-repeat right; background-color:#FFFFFF; 
padding:0px 0px 0px 10px; text-decoration:none; border:1px solid #166695;}

.h-link a {text-decoration:none;}

.h-link a:hover {text-decoration:underline;}

.h-link Img {margin:10px 0px 0px 1px;}

.h-link {width:590px; height:143px; margin:0 auto; background:url(../images/dying.jpg) no-repeat right; background-color:#FFFFFF; padding:0px 0px 0px 10px; text-decoration:none;}

.h-link2 {width:594px; height:143px; margin:0 auto; background:url(../images/palarigismfreeb.jpg) repeat-x; 		 padding:0px 0px 0px 10px; text-decoration:none; border:1px solid #617b87;}
.h-link2 a {text-decoration:none;}
.h-link2 a:hover {text-decoration:underline;}

.hlink-txt {width:415px; height:135px; float:left; padding-top:8px;}

.himg {float:right; width:178px; height:143px;}

.skyblue {font:bold 14px Arial; color:#aef1ff; line-height:17px;}
.tdkau {font:bold 16px/24px Arial; color:#730505; text-decoration:none; padding-left:20px;}
.tdkau a {font:bold 16px Arial; color:#730505; text-decoration:none; padding-left:20px;}
.tdkau a:hover {font:bold 16px Arial; color:#730505; text-decoration:underline; padding-left:20px;}
#promises {width:270px; height: auto; margin:0 auto;}
.arfortnb {font:bold 14px Arial; color:#FFFFFF; padding-left:40px;}
.bultextf {font:bold 14px/22px Arial; color:#FFFFFF; margin-left:30px; width:550px;}
.bultexth {font:bold 14px/22px Arial; color:#000000;}
.testi {font:bold 16px Arial; color:#FFFFFF; margin-left:18px; border-bottom:1px solid #FFFFFF;}
.testi-n {font:normal 14px/18px Arial; color:#FFFFFF; margin-left:18px; padding-top:14px;}
.testi-n a {font:normal 14px/18px Arial; color:#FFFFFF; text-decoration:underline}
.testi-n a:hover {font:normal 14px/18px Arial; color:#FFFFFF; text-decoration:underline;}
.buy-texth {font:bold 18px Arial; color:#056283; text-align:center;}
.buy-textpric {font:bold 22px Arial; color:#990000; text-align:center; text-decoration:underline;}
.normal-t {font:normal 14px Verdana; color:#000000; padding-left:10px;}
.normal-t2 {font:normal 14px Verdana; color:#000000; }
.head-t {font:bold 16px Arial; color:#990000;}
.head-tc {font:bold 16px Arial; color:#990000; padding-left:20px;}
.pp-padl {font:normal 14px Verdana; padding-left:25px;}
.wht14 {font:normal 12px Arial; color:#FFFFFF;}
.hlink {font:bold 16px Arial; text-decoration:none;}
.hlink a {font:bold 16px Arial; text-decoration:none;}
.hlink a:hover {font:bold 16px Arial; text-decoration:underline;}
.bullet {font:normal 14px/20px Arial; padding-left:20px;}
.discountbox {width:458px; height:81px; padding:230px 0px 0px 0px;  margin:0 auto; background:url(../images/discount-structure.jpg) no-repeat; font:bold 16px Arial; color:#990000; text-align:center;}
.n-text {font:normal 14px/18px Arial;}
.privacypolicy {width:576px; height:1636px; margin:0 auto; background:url(../images/privacy-policy.gif) no-repeat;}
.tos {width:576px; height:2547px; margin:0 auto; background:url(../images/tos.gif) no-repeat;}
