/* CSS Document */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color: #FFFFFF;
	
	margin: 0px;
	margin-bottom: 15px;
	text-align:center;
}

img {
	border-width:0px;
}

table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#516685;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CC222A;
	letter-spacing:1px;
	margin-bottom:-4px;
}

 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:-4px;
}

p {
	margin-bottom:-2px;
}

.site {
	margin-left:20px;
	margin-right:15px;
	margin-top:18px;
}

a {
	color:#293F6F; 
	text-decoration:none; 
 }

a:hover {
	text-decoration:underline;
}

.cat_paragraph {
 margin-right:20px;
}

.red_link {
	color: #BB2D43;
}

.textfield {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:15px;
	border-width:1px;
	color:black;
	padding-left:2px;
	padding-right:2px;
}

.form-table {
	background-color:#E2E5EA;
}

.buttons {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#516685;
	width:100%;
}

.table-header {
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/box-header.gif);
	background-repeat:repeat-x;
}

.vanoce {
	background-color: #E2E5EA;
	padding:15px;
	color:#CC222A;
	font-weight:bold;
	background-repeat:repeat-x;
	border-width: 1px;
	border-color: 293F6F;
	border-style: solid;
}

.tb {
	border-width: 1px;
	border-color: E2E5EA;
	border-style: solid;
	height: 283px;
}

