/**********************************************
Note - Styles are not referenced by id. A class is applied to each individual tag.
**********************************************/

/**********************************************
BODY
**********************************************/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/**********************************************
BACKGROUND EFFECTS/STYLES
**********************************************/

.fadeLeft {
	background-image: url(../images/g_sidedropLeft.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.fadeRight {
	background-image: url(../images/g_sidedropRight.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bluefooter {
	background-image: url(../images/b_bluedot.gif);
	background-repeat: repeat-x;
}

.internalSpanDown {
	background-image: url(../images/ihead_spanDown.gif);
	background-position: right;
	background-repeat: repeat-y;
}
/**********************************************
DIV TAGS
**********************************************/

.superSmallTXT {
	color: Gray;
	font-size: 9px;
	
}
.divDrop {
	position: absolute;
	margin-left: 3px;
	width: 145px;
	height: 20px;
}

.divDropContent {
	position: absolute;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: -3px;
	width: 145px;
	border: #DAB25B 1px solid;
}

.divSearch {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 222px;
	height: 76px;
}

.divIndividual {
	position: absolute;
	margin-top: 1px;
	width: 275px;
	height: 76px;
}

.divGroup {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 275px;
	height: 76px;
}

/**********************************************
FORM ITEMS
**********************************************/

.formItems {
	border: #DAB25B 1px solid;
	width: 145px;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	line-height: 14px;
	
}

/**********************************************
TEXT NORMAL
**********************************************/

.text {
	font-family: Tahoma;
	font-size: 11px;
}

a.text {
	color: #4776AA;
	text-decoration: none;
}

a.text:hover {
	text-decoration: underline;
}

/**********************************************
TEXT BLACK
**********************************************/

.text2 {
	font-family: Tahoma;
	font-size: 11px;
}

a.text2 {
	color: #000000;
	text-decoration: none;
}

a.text2:hover {
	text-decoration: underline;
}

/**********************************************
TEXT BLUE
**********************************************/

.textblue {
	font-family: Tahoma;
	font-size: 11px;
	color: #4776AA;
}

a.textblue {
	color: #4776AA;
	text-decoration: none;
}

a.textblue:hover {
	text-decoration: underline;
}