/*******************************************************************
 otakeCMStyles.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

*******************************************************************/
table,td {
  padding: 0;
  border: 0;
  margin: 0;
}

body {
  background-color:#FFFFFF;
  font: 14px Arial; 
  color:#FF9900;
  margin: 0;
  border: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration:none; 
  font-weight:bold; 
  color:#EC2E54;
}

a:hover {
  text-decoration: underline overline; 
  color:#ACBA49;
}

.bgtable {
  background-color: #FFFFFF;
}

.title {
  font-size:24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.justified {
	text-align: justify;
}

.borders {
	border: ridge;
	border-width: 5px;
	border-color: silver;
}

.footertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

img {
  padding: 0; 
	margin: 0; 
}
