/* BODY tag */
BODY {
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	width: 100%;
	min-width: 1000px;
}

/* Main Anchor tags (links). */
A:link {color : #00008B; text-decoration : underline;}
A:active {color : #FF6600; text-decoration : underline;}
A:visited {color : #00008B; text-decoration : underline;}
A:hover {color : #FF6600; text-decoration : none;}

/* Top menu Anchor tags (links). */
.topMenu:link {font-family : Arial, Helvetica, sans-serif; color : #FFFFFF; text-decoration : none; font-size : 14px; font-weight : bold;}
.topMenu:active {font-family : Arial, Helvetica, sans-serif; color : #FFFFFF; text-decoration : none; font-size : 14px; font-weight : bold;}
.topMenu:visited {font-family : Arial, Helvetica, sans-serif; color : #FFFFFF; text-decoration : none; font-size : 14px; font-weight : bold;}
.topMenu:hover {font-family : Arial, Helvetica, sans-serif; color : #FFFFFF; text-decoration : underline; font-size : 14px; font-weight : bold;}

/* Low profile menu Anchor tags (links). */
.lowPLink:link {color : Silver; text-decoration : none; font-size : 10px;}
.lowPLink:active {color : Silver; text-decoration : none; font-size : 10px;}
.lowPLink:visited {color : Silver; text-decoration : none; font-size : 10px;}
.lowPLink:hover {color : Silver; text-decoration : underline; font-size : 10px;}

/* Footer menu Anchor tags (links). */
.bottomMenu:link {color : #484848; text-decoration : none; font-size : 11px;}
.bottomMenu:active {color : #484848; text-decoration : none; font-size : 11px;}
.bottomMenu:visited {color : #484848; text-decoration : none; font-size : 11px;}
.bottomMenu:hover {color : #484848; text-decoration : underline; font-size : 11px;}

/* Tag Cloud Anchor tags (links). */
.tagCloud:link {color : #000000; text-decoration : underline;}
.tagCloud:active {color : #000000; text-decoration : underline;}
.tagCloud:visited {color : #000000; text-decoration : underline;}
.tagCloud:hover {color : #000000; text-decoration : none;}

/* News Anchor tags (links). */
.news:link {color : #00008B; font-weight : bold; text-decoration : underline; font-size : 12px;}
.news:active {color : #FF6600; font-weight : bold; text-decoration : underline; font-size : 12px;}
.news:visited {color : #00008B; font-weight : bold; text-decoration : underline; font-size : 12px;}
.news:hover {color : #FF6600; font-weight : bold; text-decoration : none; font-size : 12px;}

.search:link {color : #00008B; text-decoration : underline; font-size : 14px;}
.search:active {color : #FF6600; text-decoration : underline; font-size : 14px;}
.search:visited {color : #00008B; text-decoration : underline; font-size : 14px;}
.search:hover {color : #FF6600; text-decoration : none; font-size : 14px;}

/* Image tag */
IMG {
	border: none;
}

/* H3 tag */
H3 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* TD tag */
TD {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px;}

/* SMALL tag */
SMALL {color : #000000; font-size : 10px;}

/* PRE tag */
PRE {
	background-color: #E2FFE4;
	color: #003399;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	border: 1px solid Silver;
}

/* CODE tag */
CODE {font-size: 12px; font-weight: bold;}

/* Main Big home page tag */
.mainBig {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

/* News description tag */
.newsDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
}

/* News description tag */
.searchDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
}

/* Margin Right tag */
.marginRight {margin-right: 12px;}

/* Text big */
.big {font-size : 18px;}

/* Text big and bold */
.bigBold {font-weight : bold; font-size : 18px;}

/* Small font */
.small {font-size : 10px;}

/* Medium small font  */
.smallMedium {font-size : 11px;}

/* Bold */
.bold {font-weight : bold;}

/* small and bold */
.smallBold {font-weight : bold; font-size : 10px;}

/* Color black */
.black {color : #000000;}

/* Color green */
.green {color : #008000;}

/* Color red */
.red {color : Red;}

/* Color silver */
.silver {color : Silver;}

/* RSS Date */
.rssDate {color : #808080;}

/* Copyright notice */
.copy {font-size : 10px;}

/* Small form */
.formSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Small form */
.formNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Top of the menu box */
.menuBoxHeading {
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

/* Menu box Background TD */
.menuBoxBG {background-color: #666666;}

/* Menu box Content TD */
.menuBoxContent {
	background-color: #FFFFFF;
}

/* Search TD */
.searchBg {
	background-image: url(/images/searchBG.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.advHeadMain {
	width: 100%;
	border-bottom: 2px solid #DBE4B4;
	background-color: #E6EEC4;
}

.advHead {
	width: 1000px;
	padding-top: 4px;
}

.logoHeadMain {
	width: 100%;
	background-image: url(/images/searchBG.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFCC99;
}

.logoHead {
	width: 1000px;
	background-color: #FFFFFF;
}

.menuHeadMain {
	width: 100%;
	border-bottom: 1px solid #FFCC99;
	background-color: #666666;
	color: #E5EBE9;
}

.menuHead {
	width: 1000px;
	background-color: #666666;
	font-size : 10px;
	font-weight: bold;
	color: #E5EBE9;
}

.menuFooterMain {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFCC99;
	border-top: 2px solid #FFCC99;
}

.menuFooter {
	width: 1000px;
	background-color: #FFFFFF;
}

/* Color in the Tips and notes tables */
.note {
	background-color: #E2FFE4;
	color: #000000;
	padding: 4px;
	font-size: 10px;
}

.contentMain {
	width: 1000px;
	padding: 2px 2px 2px 2px;
}

.contentTDLeft {
	width: 155px;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

.contentTDRight {
	width: 300px;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

.contentTDMain {
	background-color: #FFFFFF;
}


