/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #d7cdc1;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	line-height: 20px;
	font-size: 12px;
}

.style2 {
	font-size: 10px;
	color: #635f61;
}

p, li {

	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
}

a.big:link	{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: white;
    text-decoration : none;
}
	
a.big:visited  {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: white;
	text-decoration : none;
}	

a.big:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color:  #a0d1ef;
	text-decoration : none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight: bold;
}

.blue-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #9999CC;
}

.sea-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #a0d1ef;
}

.white-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight: bold;
}

#header-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
	font-weight:bold;
}
#header-black a{

	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
	font-weight:bold;
}
a.black:link	{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
}
	
a.black:visited  {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
}	

a.black:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:  #635f61;
}

a.txt-link:link	{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
    text-decoration : none;
}
	
a.txt-link:visited  {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	text-decoration : none;
}	

a.txt-link:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:  #a0d1ef;
	text-decoration : none;
}




a:link	{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #a0d1ef;
    text-decoration : none;
}
	
a:visited  {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #a0d1ef;
	text-decoration : none;
}	

a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:  #57b8f4;
	text-decoration : none;
}





.border {
	border-color: #a0d1ef;
}

.border-solid{border: #FFFFFF solid 1px}
.row1 {
	border: 1px solid #666666;
	background-color: #6c6d78;

