/* STYLE SHEET FOR KRISTI TOOL */
/* GET YOUR OWN DAMN STYLE SHEET! */
/* Main Body Set*/
BODY.portal {
	background-color : White;
	background-image : none;
}

BODY.ktl {
	background-color : White;
	background-image : url(images/ktl_bg2.gif);
	background-repeat : no-repeat;
}

BODY.kto {
	background-color : White;
	background-image : url(images/kto_bg2.jpg);
	background-repeat : no-repeat;
}

/* Standard Span Set*/
SPAN.small      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 9px;
}

SPAN.big      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-size : 12px;
}

SPAN.header      {
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	COLOR: #000000;
	font-size : 14px;
	font-weight : bold;
	text-decoration : underline;
}

SPAN.smheader      {
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	COLOR: #000000;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

SPAN.ital      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-style : italic;
}

SPAN.bold      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight : bold;
}

SPAN.boldu     {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight : bold;
	text-decoration : underline;
}

SPAN.red      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #ff3333;
}

SPAN.blu      {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: Blue;
}

/* Div set */
DIV.address {
	position : absolute;
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	left : 597px;
	top : 38px;
	height : 60px;
	width : 160px;
}

/* Link set */
A:link {
	color: #cc3300;
	text-decoration : underline;
}

A:visited {
	color: #cc3300;
	text-decoration: underline;
}

A:hover   { 
	color: #ff3333;
	text-decoration: underline;
 }

A.plp:link {
	color: #996600;
	text-decoration : none;
}

A.plp:visited {
	color: #996600;
	text-decoration: none;
}

A.plp:hover   { 
	color: #cc9933;
	text-decoration: none;
}
 
A.clear:link {
	text-decoration : none;
}

A.clear:hover {
	text-decoration : none;
}

A.clear:visited {
	text-decoration : none;
}

/* Table Data Set */
TD.main {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}

TD.foot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	background-image : none;
	background-color : transparent;
}

TD.clear {
	background-image : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

TD.clearbd {
	background-image : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : Black;
	text-decoration : underline;
	font-style : italic;
	font-weight : bold;
}

TD.empty {
	background-image : none;
}

/* Portal Page TD Set */
TD.portaltop {
	background-image : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : Black;
	text-decoration : underline;
	font-style : italic;
	font-weight : bold;
}

TD.portalmain {
	background-image : url(images/p_bg2.jpg);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat : no-repeat;
	color : Black;
}

TD.portalsecond {
	background-image : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	background-color : White;
}

/* KT Ordnance  TD Set */
TD.ktotop {
	background-image : url(images/kto_top.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat : no-repeat;
    color : Black;
}

/* Kristi Tool  Set */
TD.ktltop {
	background-image : url(images/ktl_top.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat : no-repeat;
    color : Black;
}

/* List set */
UL {
	margin-top : 5px;
	margin-bottom : auto;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000
}

OL {
	margin-top : 5px;
	margin-bottom : auto;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000
}

