/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #393E4B;
	margin: 10px;
	text-align: center;
}

TABLE, INPUT, SELECT, TEXTAREA {
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #393E4B;
	line-height: 20px;
	border-collapse:collapse;
	border-spacing: 0;
}

UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	height: 84px;	
}
  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #D10A95;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #D10A95;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #D10A95;
	font-weight: bold;

}

a.linkHome:link {
	text-decoration: none;
	font-weight: normal;
	color: #393E4B;
}

a.linkHome:visited {
	text-decoration: none;
	font-weight: normal;
	color: #393E4B;
}

a.linkHome:hover {
	color: #393E4B;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.topMenu:link {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

a.topMenu:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

a.topMenu:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
}

a.breadcrum:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #D10A95;
}

a.breadcrum:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #D10A95;
}

a.breadcrum:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #D10A95;
	background-color: #FFFFFF;
}

a.people:link {
	text-decoration: underline;
	font-weight: normal;
	color: #393E4B;
}

a.people:visited {
	text-decoration: underline;	
	font-weight: normal;
	color: #393E4B;
}

a.people:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

a.copyright:link {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

a.copyright:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

a.copyright:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}

a.image:link {
	border-color: #393E4B;
	border-width: 1px;
	border-style: solid;
}

a.image:visited {
	border-color: #393E4B;
	border-width: 1px;
	border-style: solid;
}

a.image:hover {
	border-color: #393E4B;
	border-width: 1px;
	border-style: solid;
}

/***************************************************
customized sitewide link tags
****************************************************/

.home_title {
	font-size: 11px;
	font-weight: bold;
	color: #D10A95;
}

.first_paragraph {
	font-size: 15px;
}

.mainTable {
	width: 760px;
}

.contentTable {
	width: 100%;
}

.content {
	text-align: left;
	vertical-align: top;
	text-align: left;
	background-color:#FFFFFF;
	width: 555px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 25px;
}

.contentLeft {
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../images/dropshadow_white.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	width: 10px;
	vertical-align: top;
	text-align: left;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/footer_gradient.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding-top: 5px;
}

.topMenu{
	font-size: 11px;
	color:#999999;
}
.test_author {
	font-style: italic;
	text-align: right;
}

INPUT,SELECT.clientinputs {
	line-height: 10px;
	font-size: 10px;
	width: 100px;
	margin: 0px;
	/*height: 12px;*/
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

INPUT.clientLogin {
	font-size: 10px;
	width: 80px;
	margin: 0px;
	height: 18px;
	background-color: #CCCCCC;
	color:#000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align:center;
}