/* iTTCP.css */

/* HTML Tag formating */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; color: #000000;
	font-size: 11pt;
}

A {
	text-decoration:none;
}

/* Title area */

#Title {
	border: none;
	text-align: center;
	margin: 15px 0px 25px;
	padding: 0px;
}


#Title IMG {
	border: none;
	margin: 0px;
}

#Title .subtitle {
	border: none;
	margin: 15px 0px 0px;
	text-align: center;
}

/* Body area */

#Body {
	border: 1px white solid;
	position: relative;
	margin: 0px 0px 25px;
	padding: 0px;
}

/* Body-Menu area */

#Left {
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	padding: 0px;
}

#Left .menu {
	border: none;
	padding: 0px;
	margin: 0px;
}

#Left .menu .entry {
	border: none;
	padding: 0px;
	margin: 0px 0px 5px;
}

#Left .menu .entry .blt {
	border: none;
	padding: 0px 5px 0px;
	margin: 0px;
	background-image:url(../img/blt.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

#Left .menu .entry .text {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Body-Text area */

#Text {
	border: 0px;
	margin: 0px 0px 0px 225px;
	padding: 0px;
}

#Text .h1 {
	margin: 0px 0px 15px;
	text-align: left;
	font-weight: bolder;
	font-size: 14pt;
}

#Text .category {
	margin: 0px 0px 15px;
	text-align: left;
	font-weight: bold;
}

#Text .text {
	margin: 0px 0px 15px;
	text-align: left;
	font-weight: normal;
}

/* Footer area */

#Foot {
	border: none;
	margin: 0px;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
}

#Foot .hr {
	border: 0px;
	border-top: blue dotted 1px;
	margin: 0px 25% 15px;
}
