/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #FFFFFF;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


/*
A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}*/

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.TQ_questions
{
	padding-right: 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 2px;
	margin: 2px 1px 1px 2px;
	color: #FFFFFF;
	padding-top: 5px;
	font-family: arial;
	background-color: #0099CC;
	border: 1px solid #000000;

}
.TQ_answers
{
	font-size: 10pt;
	margin: 2px 1px 1px 2px;
	color: black;
	font-family: arial;
	text-decoration: none;
}
.TQ_answersLink
{
	font-size: 10pt;
	margin: 2px 1px 1px 2px;
	color: steelblue;
	font-family: arial;
	text-decoration: underline;
}
.TQ_button
{
	Background-Color:#0099CC;
	Color:#FFFFFF;
	padding: 3px;
	font-size: 10pt;
	font-family: arial;
	border: 1px groove #000000;

}
.TQ_textbox
{
	Background-Color: #FFFFFF;
	Color: black;
	padding: 3px;
	font-size: 10pt;
	font-family: arial;
	border: 1px Solid #000000;

}
.TQ_radiobutton
{
	color: Black;
	font-size: 8pt;
	font-family:arial 
}
.TQ_Title
{
	font-size: 10pt;
	font-family: arial;

}
.TQ_NonVatTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 3px;
	font-family: arial;
	background-color: #FFFFFF;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;


}

.TQ_VatTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 8px;
	font-family: arial;
	background-color: #FFFFFF;
	border: 1px none #000000;

}
.TQ_Total
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 10px;
	font-family: arial;
	background-color: #FFFFFF;
	border: 1px solid #000000;

}
.TQ_listItem
{
	padding-right: 5px;
	padding-left: 10px;
	font-size: 8pt;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 5px;
	border-bottom: 1px solid #000000;
	font-family: arial;
	background-color: ##0099CC;
	text-decoration: none;
}
.TQ_listLink
{
	font-size: 8pt;
	color: black;
	font-family: arial;
	text-decoration: underline;
}

.TQ_listValue
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	font-family: arial;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
.TQ_QuoteTable
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #6699cc;
}
.TQ_TelNo
{
	font-size: 16pt;
	color: steelblue;
	font-family: arial;
	text-align: center 
}
.TQ_BorderTop
{
	border-right: 0px none #c0c0c0;
	border-top: 0px none #c0c0c0;
	border-left: 0px none #c0c0c0;
	height: 10px;
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;

}
.TQ_BorderLeft
{
	width: 1px;
	background-color: #FFFFFF;
	border: 1px none #c0c0c0;



}
.TQ_BorderMain
{
	border-top: 1px none #c0c0c0;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.TQ_BorderBottomLeft
{
	BORDER-RIGHT: 1px none #c0c0c0; 
	BORDER-LEFT: 1px none #c0c0c0; 
	BORDER-TOP-STYLE: none; 
	BORDER-BOTTOM: 1px none #c0c0c0;
	background-color: #FFFFFF
}
.TQ_BorderBottom
{
	border: none;


}
.TQ_adminanswers
{
	font-size: 7pt;
	font-family: arial;
	color: steelblue;
}
/*USER DEFINED CLASSES*/
.link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
.link:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003399; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
.footer {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial; TEXT-ALIGN: right
}
.footer_pct {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: right; text-decoration: none
}
.footer_pct a {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-ALIGN: right; text-decoration: none
}
