/* © 2007 Allan Melatti CSS File */

/**************************************
Main body style
***************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/**************************************
title of the page
***************************************/
.title, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

/**************************************
Title of the article
***************************************/
.subtitle, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	text-transform: capitalize;
	font-style: normal;
}

/**************************************
content of the article
***************************************/
.content, h3, body {
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: normal;

}


/**************************************
Links in the content of the article
***************************************/
a.link,a.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}

a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}

/**************************************
box Title
***************************************/
.boxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;

}

/**************************************
box content
***************************************/
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;
}


/**************************************
Links in the box section
***************************************/
a.box,a.box:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCA;
}

a.box:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/**************************************
footer content
***************************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;

}


/**************************************
Links in the footer section
***************************************/
a.footer,a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCA;
}

a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.maintable {
	border: 1px solid #000000;
	background-color: #000000;
}
.header {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
	text-transform: capitalize;
	font-style: normal;
}
.table1 {
	background-color: #000000;
	background-image: url(../images/4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.table2 {
	border: 2px solid #4C62CF;
	padding: 5px;
}

/**************************************
Form Fields Added by Nick
***************************************/
input, select {
	height: 19px;
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid #fff;
	background-color: #eee;
	color: #222;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid #fff;
	background-color: #eee;
	color: #222;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input.btn {
	background-color: #140958;
	border: 2px solid;
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#666;
    border-bottom-color:#666;
	color: #FFFFFF;
	font-size: 14px;
	height: 28px;
	font-weight: bold;
}
