/* theme
 * tc.css
 *
 */

body{
	background-color : #ffffff;
	font-family : arial, sans-serif;
	color : #003399;
	background-image : url();
}

A:link {
	color: #003399;
	text-decoration : underline;
	font-weight: bold;

	}
	
A:visited {
	color: #003399;
	text-decoration : underline;
	font-weight: bold;
}

A:active {
	color: #003399 ;
	text-decoration : underline;
	font-weight: bold;
}

A:hover {
	color: #993333;
	text-decoration : underline;
	font-weight: bold;
}

.text{
	font-size : 12px;
	color : #003399;
	}
	
.textLarge{
	font-size : 18px;
	color: #993333;
	text-decoration : underline;
	font-weight: bold;
	}
	
.textSmall{
	font-size : 10px;
	color : #003399;
	}
	
.textBold {
	font-size: 12px;
	font-weight: bold;
	color : #003399;
}

.shadow {
	border: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	     -moz-box-shadow: 2px 2px 2px 2px #003; 
  -webkit-box-shadow: 2px 2px 2px 2px #003; 
          box-shadow: 2px 2px 2px 2px #003; 
     -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
          border-radius: 10px; 

}

