/*-------------------------------COMMON-------------------------------*/

BODY.common {
	background-color : #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #0233AA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #0233AA;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

/*-------------------------------INDEX PAGE-------------------------------*/

/*...tables...*/
	
TABLE.main-site-layout {
	width: 100%;
	height: 100%;
	border: 0px;
}

TD.slogan-img {
	width: 371px;
	height: 322px;
	background-image: url(../images/img-bg3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/*...links...*/

A.main-menu-href {font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
A.main-menu-href:link {color: #999999; text-decoration: none;}
A.main-menu-href:active {color: #999999; text-decoration : none;}
A.main-menu-href:visited {color: #999999; text-decoration : none;}
A.main-menu-href:hover {color: #0233AA; text-decoration : none;}

A.login-href {font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
A.login-href:link {color: #0233AA; text-decoration: none;}
A.login-href:active {color: #0233AA; text-decoration : none;}
A.login-href:visited {color: #0233AA; text-decoration : none;}
A.login-href:hover {color: #0233AA; text-decoration : underline;}

A.more-href {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: normal;}
A.more-href:link {color: #0233AA; text-decoration: none;}
A.more-href:active {color: #0233AA; text-decoration : none;}
A.more-href:visited {color: #0233AA; text-decoration : none;}
A.more-href:hover {color: #0233AA; text-decoration : underline;}

/*...fonts...*/

FONT.copyright-text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

FONT.info-text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

/*-------------------------------SECOND PAGE-------------------------------*/

/*...fonts...*/

FONT.content-text {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

FONT.content-title-black {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 12px;
	color: #000000;
}

FONT.content-title-blue {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 12px;
	color: #0233AA;
}

/*-------------------------------SITEMAP PAGE-------------------------------*/

/*...links...*/

A.sitemap-href {font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
A.sitemap-href:link {color: #0233AA; text-decoration: underline;}
A.sitemap-href:active {color: #0233AA; text-decoration : underline;}
A.sitemap-href:visited {color: #0233AA; text-decoration : underline;}
A.sitemap-href:hover {color: #999999; text-decoration : underline;}


/*-------------------------------MAG BLOG PAGE-------------------------------*/

/*...tables...*/

TABLE.blog-page-layout {
	width: 100%;
	border: 0px;
}

TABLE.blog-page-content {
	width: 100%;
	height: 100%;
	border: 0px;
}

TABLE.blog-titlebar-indigo {
	width: 400px;
	height: 27px;
	border: 0px;
	border-top: 1px solid #A5A0A0;
	border-bottom: 1px solid #A5A0A0;
	border-left: 1px solid #A5A0A0;
	border-right: 1px solid #A5A0A0;
	background-image: url(../images/bg-blog-title-indigo.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TABLE.blog-titlebar-green {
	width: 400px;
	height: 27px;
	border: 0px;
	border-top: 1px solid #A5A0A0;
	border-bottom: 1px solid #A5A0A0;
	border-left: 1px solid #A5A0A0;
	border-right: 1px solid #A5A0A0;
	background-image: url(../images/bg-blog-title-green.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TABLE.blog-titlebar-yellow {
	width: 400px;
	height: 27px;
	border: 0px;
	border-top: 1px solid #A5A0A0;
	border-bottom: 1px solid #A5A0A0;
	border-left: 1px solid #A5A0A0;
	border-right: 1px solid #A5A0A0;
	background-image: url(../images/bg-blog-title-yellow.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TABLE.blog-titlebar-grey {
	width: 400px;
	height: 27px;
	border: 0px;
	border-top: 1px solid #A5A0A0;
	border-bottom: 1px solid #A5A0A0;
	border-left: 1px solid #A5A0A0;
	border-right: 1px solid #A5A0A0;
	background-image: url(../images/bg-blog-title-grey.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TD.bg-up-thin-line {
	width: 100%;
	background-image: url(../images/up-thin-line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TD.bg-bottom-thin-line {
	width: 100%;
	background-image: url(../images/bottom-thin-line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*...fonts...*/

FONT.blog-title-blue {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 13px;
	color: #0233AA;
}

FONT.blog-title-green {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 13px;
	color: #2D8944;
}

FONT.blog-title-black {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 13px;
	color: #000000;
}

/*...dynamic elements...*/

TEXTAREA.indigo {
	width: 400px;
	height: 150px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #0233AA;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #0233AA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #0233AA;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

TEXTAREA.indigo2 {
	width: 400px;
	height: 300px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #0233AA;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

TEXTAREA.green {
	width: 400px;
	height: 150px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #2D8944;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #2D8944;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #2D8944;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

TEXTAREA.green2 {
	width: 400px;
	height: 300px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #2D8944;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

TEXTAREA.yellow {
	width: 400px;
	height: 150px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #D6EEA7;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #D6EEA7;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

TEXTAREA.yellow2 {
	width: 400px;
	height: 300px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

TEXTAREA.grey {
	width: 400px;
	height: 150px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

TEXTAREA.grey2 {
	width: 400px;
	height: 300px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px #A5A0A0 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}
INPUT.form1 {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border : 1px solid #66737B;
}

SELECT.select1 {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border : 1px solid #5181EA;
}

OPTION.option1 {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border : 1px solid #5181EA;
}

/*



TABLE.NMD-layout {
	width: 340px;
	background-image: url(../images/bg-agent.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 0px;
}

TABLE.login-layout {
	width: 690px;
	border: 0px;
}





TD.main-content-cell {
	width: 774px;
	background-color: #FFFFFF;
}

TD.border-agent-field1 {
	width: 340px;
	height: 18px;
	border: #C5C9D2 solid 1px;
}

INPUT.login-form {
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border : 1px solid #0066CC;
	WIDTH: 175px;
	height: 20px;
	padding-left: 3px;
}

/*--HOME PAGE--

.sub-nav-over-TDcolor {
   background-color: #F1F1F1;
	border-right: 1px solid #0066CC;
}

.sub-nav-out-TDcolor {
	border-right: 1px solid #0066CC;
}

.drop-down-over {
   background-color: #B4D9FF;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	cursor: pointer;
}


TABLE.menu-bg {
	width: 600px;
	height: 31px;
	background-image: url(../images/bg-menu.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 0px;
}





TD.drop-down-menu-item {
	width: 147px;
	background-image: url(../images/bg-drop-down.gif);
	background-position: top;
	background-repeat: repeat-y;
}

TD.drop-down-menu-item2 {
	width: 200px;
	background-image: url(../images/bg-drop-down2.gif);
	background-position: top;
	background-repeat: repeat-y;
}

TD.drop-down-menu-item-bottom {
	width: 147px;
	height: 5px;
	background-image: url(../images/bg-drop-down-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}

TD.drop-down-menu-item-bottom2 {
	width: 200px;
	height: 5px;
	background-image: url(../images/bg-drop-down-bottom2.gif);
	background-position: top;
	background-repeat: no-repeat;
}

TD.drop-down-item {
	width: 108px;
	height: 25px;
	border-bottom: 1px solid #A6A6A6;
}

TD.drop-down-item2 {
	width: 165px;
	height: 25px;
	border-bottom: 1px solid #A6A6A6;
}

TD.widget1-body {
	width: 500px;
	background-image: url(../images/bg-widget1.gif);
	background-position: top;
	background-repeat: repeat-y;
}

TD.widget1-body-c {
	width: 450px;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

TD.widget1-body-d {
	width: 25px;
	height: 25px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TD.widget1-body-e {
	width: 158px;
	height: 25px;
	background-color: #F1F1F1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TD.widget1-body-f {
	width: 158px;
	height: 25px;
	background-color: #F1F1F1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TD.widget1-bottom {
	width: 500px;
	height: 8px;
	background-image: url(../images/bg-widget1-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}