/*========================================================
Backgrounds
========================================================
-- BG-Main --*/
.BG-Main
{
	background-image: url(../images/bg-mian.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/*-- BG-Footer --*/
.BG-Footer
{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-- BG-Login --*/
.BG-Login
{
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 114px;
	width: 211px;
}
/*-- BG-Textfield --*/
.BG-Textfield
{
	background-image: url(../images/bg-textfield.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 0px solid #000000;
	width: 227px;
	height: 18px;
	padding-left: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
	color: #3D86B4;
	font-family: Tahoma;
	text-decoration: none;
}
/*------------------------  End  -------------------------
========================================================
Container 2
========================================================
Cnt2-BG --*/
.Cnt2-BG
{
	background-image: url(../images/cnt2-bg.jpg);
	background-color: #82A92C;
	background-repeat: repeat-x;
}
/*------------------------  End  -------------------------
========================================================
Container 3
========================================================
Cnt3-Left-Top --*/
.Cnt3-Left-Top
{
	background-image: url(../images/cnt3-left-top.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 6px;
}
/*Cnt3-Top --*/
.Cnt3-Top
{
	background-image: url(../images/cnt3-top.gif);
	background-repeat: repeat-x;
	height: 6px;
}
/*Cnt3-Right-Top --*/
.Cnt3-Right-Top
{
	background-image: url(../images/cnt3-right-top.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 6px;
}
/*Cnt3-Left --*/
.Cnt3-Left
{
	background-image: url(../images/cnt3-left.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 18px;
}
/*Cnt3-BG --*/
.Cnt3-BG
{
	background-image: url(../images/cnt3-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*Cnt3-Right --*/
.Cnt3-Right
{
	background-image: url(../images/cnt3-right.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 18px;
}
/*------------------------  End  -------------------------
========================================================
Container 4
========================================================
Cnt4-Left-Top --*/
.Cnt4-Left-Top
{
	background-image: url(../images/cnt4-left-top.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 6px;
}
/*Cnt4-Top --*/
.Cnt4-Top
{
	background-image: url(../images/cnt4-top.gif);
	background-repeat: repeat-x;
	height: 6px;
}
/*Cnt4-Right-Top --*/
.Cnt4-Right-Top
{
	background-image: url(../images/cnt4-right-top.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 6px;
}
/*Cnt4-Left --*/
.Cnt4-Left
{
	background-image: url(../images/cnt4-left.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 17px;
}
/*Cnt4-BG --*/
.Cnt4-BG
{
	background-image: url(../images/cnt4-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*Cnt4-Right --*/
.Cnt4-Right
{
	background-image: url(../images/cnt4-right.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 17px;
}
/*------------------------  End  -------------------------
========================================================
Text CSS
========================================================
-- Text1 --*/
.Text1, A.Text1, A.Text1:link, A.Text1:visited, A.Text1:active
{
	font-weight: normal;
	font-size: 11px;
	color: #7F7F7F;
	font-family: Tahoma;
	text-decoration: none;
}
A.Text1:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #7F7F7F;
	font-family: Tahoma;
	text-decoration: underline;
}
/*-- Text2 --*/
.Text2, A.Text2, A.Text2:link, A.Text2:visited, A.Text2:active
{
	font-weight: normal;
	font-size: 11px;
	color: #676E46;
	font-family: Tahoma;
	text-decoration: none;
}
A.Text2:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #676E46;
	font-family: Tahoma;
	text-decoration: underline;
}
/*-- Text3 --*/
.Text3, A.Text3, A.Text3:link, A.Text3:visited, A.Text3:active
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}
A.Text3:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: underline;
}
/*------------------------  End  -------------------------
========================================================
Headings CSS
========================================================
H1 --*/
.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active
{
	font-weight: normal;
	font-size: 18px;
	color: #567218;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
A.H1:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #567218;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
/*H2 --*/
.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active
{
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
A.H2:hover
{
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
/*H3 --*/
.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active
{
	font-weight: normal;
	font-size: 18px;
	color: #B83D00;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
A.H3:hover
{
	font-weight: normal;
	font-size: 18px;
	color: #B83D00;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
/*------------------------  End  -------------------------
========================================================
Backgrounds
/*========================================================*/
.bgno
{
	background-repeat: no-repeat;
	background-position: left top;
}
.bgy
{
	background-repeat: repeat-y;
	background-position: left top;
}
.bgx
{
	background-repeat: repeat-x;
	background-position: left top;
}
/*========================================================
Text, Fonts CSS
/*========================================================
Font Names*/
.arial
{
	font-family: Arial, Helvetica, sans-serif;
}
.arialn
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.verdana
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tahoma
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
/*Font Sizes*/
.ten
{
	font-size: 10px;
}
.eleven
{
	font-size: 11px;
}
.twelve
{
	font-size: 12px;
}
.thirteen
{
	font-size: 13px !important;
}
.fourteen
{
	font-size: 14px;
}
.fifteen
{
	font-size: 15px;
}
.sixteen
{
	font-size: 16px;
}
.seventeen
{
	font-size: 17px;
}
.eighteen
{
	font-size: 18px;
}
.nineteen
{
	font-size: 19px;
}
.twenty
{
	font-size: 20px;
}
.twentyone
{
	font-size: 21px;
}
.twentytwo
{
	font-size: 22px;
}
.twentythree
{
	font-size: 23px;
}
.twentyfour
{
	font-size: 24px;
}
.twentyfive
{
	font-size: 25px;
}
.thirty
{
	font-size: 30px;
}
.fourty
{
	font-size: 35px;
	letter-spacing: -0.05em;
}
/*Font Colours*/
.magenta
{
	color: #C637B3;
}
.darkyellow
{
	color: #F4A83A;
}
.darkgray
{
	color: #636363;
}
.darkgray2
{
	color: #333333;
}
.purple
{
	color: #D671E2;
}
.white
{
	color: #FFFFFF;
}
.black
{
	color: #202020;
}
.gray
{
	color: #8A8A8A;
}
.lightgray
{
	color: #A3A3A3;
}
.red
{
	color: #E40000;
}
.lightred
{
	color: #FF5756;
}
.orange
{
	color: #FF7510;
}
.yellow
{
	color: #FFFF00;
}
.green
{
	color: #0CB000;
}
.limegreen
{
	color: #88AA00;
}
.sharp_blue
{
	color: #2599DB;
}
.cyan
{
	color: #44A5C3;
}
.blue
{
	color: #1A50AF;
}
.brown
{
	color: #685716;
}
/*Font Styles*/
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.strikeout
{
	text-decoration: line-through;
}
/*========================================================
Links CSS
/*========================================================*/
.n2u, A.n2u, A.n2u:link, A.n2u:visited, A.n2u:active
{
	text-decoration: none;
}
A.n2u:hover
{
	text-decoration: underline;
}
.u2n, A.n2u, A.n2u:link, A.n2u:visited, A.n2u:active
{
	text-decoration: underline;
}
A.u2n:hover
{
	text-decoration: none;
}
.black2purple, A.black2purple, A.black2purple:link, A.black2purple:visited, A.black2purple:active
{
	text-decoration: none;
	color: #000000;
}
A.black2purple:hover
{
	text-decoration: none;
	color: #6767CB;
}
.gray2red, A.gray2red, A.gray2red:link, A.gray2red:visited, A.gray2red:active
{
	color: #6D6D6D;
	text-decoration: none;
}
A.gray2red:hover
{
	color: #D60008;
}
.lightred2black, A.lightred2black, A.lightred2black:link, A.lightred2black:visited, A.lightred2black:active
{
	color: #FF5756;
	text-decoration: none;
}
A.lightred2black:hover
{
	color: #333333;
}
.black2red, A.black2red, A.black2red:link, A.black2red:visited, A.black2red:active
{
	text-decoration: none;
	color: #000000;
}
A.black2red:hover
{
	text-decoration: none;
	color: #E40000;
}
.red2black, A.red2black, A.red2black:link, A.red2black:visited, A.red2black:active
{
	text-decoration: none;
	color: #E40000;
}
A.red2black:hover
{
	text-decoration: none;
	color: #000000;
}
.gray2orange, A.gray2orange, A.gray2orange:link, A.gray2orange:visited, A.gray2orange:active
{
	color: #636363;
	text-decoration: none;
}
A.gray2orange:hover
{
	color: #FF7510;
}
.orange2gray, A.orange2gray, A.orange2gray:link, A.orange2gray:visited, A.orange2gray:active
{
	color: #FF7510;
	text-decoration: none;
}
A.orange2gray:hover
{
	color: #636363;
}
.white2black, A.white2black, A.white2black:link, A.white2black:visited, A.white2black:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.white2black:hover
{
	color: #000000;
}
.black2white, A.black2white, A.black2white:link, A.black2white:visited, A.black2white:active
{
	text-decoration: none;
	color: #000000;
}
A.black2white:hover
{
	text-decoration: none;
	color: #CC0000;
}
.white2yellow, A.white2yellow, A.white2yellow:link, A.white2yellow:visited, A.white2yellow:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.white2yellow:hover
{
	color: #FFFF00;
}
.blue2black, A.blue2black, A.blue2black:link, A.blue2black:visited, A.blue2black:active
{
	text-decoration: none;
	color: #2599DB;
}
A.blue2black:hover
{
	text-decoration: none;
	color: #333333;
}
.black2blue, A.black2blue, A.black2blue:link, A.black2blue:visited, A.black2blue:active
{
	text-decoration: none;
	color: #000000;
}
A.black2blue:hover
{
	text-decoration: none;
	color: #2599DB;
}
.blue2red, A.blue2red, A.blue2red:link, A.blue2red:visited, A.blue2red:active
{
	text-decoration: none;
	color: #2599DB;
}
A.blue2red:hover
{
	text-decoration: none;
	color: #E40000;
}
.gray2blue, A.gray2blue, A.gray2blue:link, A.gray2blue:visited, A.gray2blue:active
{
	color: #636363;
	text-decoration: none;
}
A.gray2blue:hover
{
	color: #2599DB;
}
.green2gray, A.green2gray, A.green2gray:link, A.green2gray:visited, A.green2gray:active
{
	color: #0CB000;
	text-decoration: none;
}
A.green2gray:hover
{
	color: #333333;
}
.gray2green, A.gray2green, A.gray2green:link, A.gray2green:visited, A.gray2green:active
{
	color: #333333;
	text-decoration: none;
}
A.gray2green:hover
{
	color: #0CB000;
}
.limegreen2gray, A.limegreen2gray, A.limegreen2gray:link, A.limegreen2gray:visited, A.limegreen2gray:active
{
	color: #88AA00;
	text-decoration: none;
}
A.limegreen2gray:hover
{
	color: #333333;
}
.gray2limegreen, A.gray2limegreen, A.gray2limegreen:link, A.gray2limegreen:visited, A.gray2limegreen:active
{
	color: #333333;
	text-decoration: none;
}
A.gray2limegreen:hover
{
	color: #88AA00;
}
.peach2white, A.peach2white, A.peach2white:link, A.peach2white:visited, A.peach2white:active
{
	text-decoration: none;
	color: #C2B195;
}
A.peach2white:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.cyan2gray, A.cyan2gray, A.cyan2gray:link, A.cyan2gray:visited, A.cyan2gray:active
{
	text-decoration: none;
	color: #22A4CC;
}
A.cyan2gray:hover
{
	text-decoration: underline;
	color: #333333;
}
.cyan2red, A.cyan2red, A.cyan2red:link, A.cyan2red:visited, A.cyan2red:active
{
	text-decoration: none;
	color: #22A4CC;
}
A.cyan2red:hover
{
	text-decoration: none;
	color: #FF5756;
}
/*========================================================
Borders & Linings
/*========================================================*/
.border1
{
	border: 1px solid #E2E2E2;
}
.border2
{
	border: 1px solid #E2E2E2;
}
.top_dash_line
{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E2E2E2;
}
.right_dash_line
{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E2E2E2;
}
.bot_dash_line
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2E2E2;
}
.left_dash_line
{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E2E2E2;
}
.top_line
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
.right_line
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
}
.bot_line
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
.left_line
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
.top_dotted_line
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E2E2E2;
}
.right_dotted_line
{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E2E2E2;
}
.bot_dotted_line
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2E2E2;
}
.left_dotted_line
{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E2E2E2;
}
