/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
	body {
		font-family : arial, Sans-Serif;
		font-size : 68.75%;
		color : #002d6a;
		margin : 0em 0em 0em 0em;
		padding : 0em 0em 0em 0em;
	}
.style1 {
	color: #d50025;
	font-weight: bold;
}

/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
		h1  {
			font-size :	160%;
			margin : 0em 0em 0.5em 0em;
			color : #020d4f;
			font-weight : bold;
		}
		h2 {
			font-size :	140%;
			margin : 0em 0em 0.5em 0em;
			color : #020d4f;
			font-weight : bold;
		}
		h3 {
			font-size :	120%;
			margin : 0em 0em 0.5em 0em;
			color : #020d4f;
			font-weight : bold;
		}
		h4 {
			font-size :	140%;
			margin : 0em 0em 0.5em 0em;
			color : #d50025;
			font-weight : bold;
		}
		p {
			margin : 0em 0em 1em 0em;
		}
		pre, code {}
		/* hypertext (a) */
			a{
				text-decoration : none;
				color : #d50025;
			}
			a:hover{
				text-decoration : underline;
				color : #d50025;
			}
		/* list (dl, dt, dd, ol, ul, li) */
		ul {
			margin : 0em 0em 0em 0em;
		}
			ul ul,
			ul ol {
				margin-bottom : 0em;
			}
				ul li {
				}
				ul li ul li {
					list-style-type:square;
				}
				ul li ul li ul li {
					list-style-type:circle;
				}
		ol {
			margin : 0em 0em 0em -2em;
		}
			ol ol,
			ol ul {
				margin-bottom : 0em;
			}
				ol li {}
		dl {}
			dt {
				font-weight : bold;
			}
			dd {}
		/* object (object, param) */
		object {}
		/* presentation (b, big, hr, i, small, sub, sup, tt) */
		div.hr {
			border : none;
			height : 1px;
			background-image : url(../images/bg_hr.gif);
			background-repeat: repeat;
			background-position: left top;
			overflow: hidden;
			clear : both;
			margin: 3em 0px 0.5em 0px;	
			padding: 0px 0px 0px 0px;
		}
		hr 
		{
			visibility: hidden;
		}
		/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
		form {
			margin : 0em;
		}
			fieldset {
				border : none;
				padding : 0em;
			}
				legend {
					font-size : 100%;
					font-weight : bold;
				}
				button,
				input, 
				textarea, 
				select {
					font-family : Verdana, Arial, Sans-Serif;
					font-size : 100%;
					vertical-align : middle;
				}
					input.text {
						background : url(../images/bg_input.gif) no-repeat left 0%;
						border : solid 1px #808080;
						border-top : solid 1px #8f8f8f;
						height: 12px;
						background-color: #d3d3d3;
					}
					select.text {
						background : url(../images/bg_input.gif) no-repeat left 0%;
						border : solid 1px #808080;
						border-top : solid 1px #8f8f8f;
						height: 15px;
						background-color: #d3d3d3;
					}
					input.radio, 
					.radio input {
						width : auto;
						border : none;
					}
					input.image {
						width : auto;
						border : none;
					}
					input.button,
					button {
						width : auto;
					}
				textarea {}
				select {}
				label {
					vertical-align : middle;
					font-size : 100%;
					font-weight : normal;
				}
		/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
		table {
			border-collapse : collapse;
			margin : 0em 0em 0em 0em;
		}
			caption {
				padding : 0px 0px 0px 0px;
				font-size :	100%;
				font-weight : bold;
				text-align : left;	
			}
			tr {
				vertical-align : top;
			}
				th {
					padding : 0px 0px 0px 0px;
					text-align : left;
					font-weight : bold;
				}
				td {
					padding : 0px 0px 0px 0px;
				}
			thead {}
				thead th {
					border-top : solid 0.1em #000000;
					border-bottom : solid 0.1em #000000;
					background-color : #CCCCCC;
				}
			tfoot {}
				tfoot th {
					border-top : solid 0.1em #000000;
				}
				tfoot td {
					border-top : solid 0.1em #000000;
				}
			tbody {}
				tbody th {}
				tbody td {}

		/* img */
		img {
			border : none;
		}
/* Generic */
	.smaller {
		font-size : smaller;
	}
	.hidden {
		display : none;
	}
	.left {
		float : left;
	}
		img.left {
			margin : 0em 0.5em 0.5em 0em;
		}
	.right {
		float : right;
	}
		img.right {
			margin : 0em 0em 0.5em 0.5em;
		}
	.clear {
		clear : both;
	}
		div.clear {
			height : 1px;
			overflow : hidden;
		}
	.green {
		color: #929d02;
		font-weight: bold;	
	}	
	.greenNormal {
		color: #929d02;
		font-weight: normal;	
	}
	.greenLight {
		color: #d2d699;
	}
	.grey {
		color: #979797;
		font-weight: normal;	
	}
	label.label	{
		margin: 0px;
		padding: 0px;
				
	}
	ul.bullets {
		list-style-type: square;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;	
	}
	ul.bullets li{
		list-style-type: square;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 16px;
		color: #000;		
	}
	.oneven{
		height: 20px;
		background-color: #e5e6ed;
		vertical-align : middle;
	}
	.even{
		height: 20px;
		background-color: #fde6e5;
		vertical-align : middle;
	}
