/* CSS Document */


/* General tags */
* {
	margin:0; padding:0; 
}

body{
	margin:0px;
    padding:0px;
	background-color:#284169;
	background-image:url(../../img/bg_gradient.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

*
{
  	font-family:"Trebuchet MS", verdana, helvetica, sans-serif;
	font-size:13px;
}


html {
	height:100%; 
}


img {
	/*border:0px;*/
}

a img
{
    border:0px;
}

p, strong{
	font-family:"Trebuchet MS", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;

}

td{
	vertical-align:top;
	font-family:"Trebuchet MS", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

H1,H2,H3,H4,H5,H6 { 
	color: #FF9966;
	font-family:"Trebuchet MS", verdana, helvetica, sans-serif;
	margin-bottom:6px;
	margin-top:0px;
}

/* Header tags */
h1
{
    font-size:13px;
}

h2
{
    font-size:14px;
}

h3
{
    font-size:13px;
}

h4
{
    font-size:13px;
}

h5
{
    font-size:11px;
}


/* link tags */

A:link{
color:#FF9966;
text-decoration:none;
}

A:visited{
color:#FF9966;
text-decoration:none;
}

A:active{
color:#FF9966;
text-decoration:none;
}

A:hover{
color:#FA5B05;
text-decoration:none;
}

/* tables styles */

.weekButton a
{
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    
}

td{

}

tr{

}

/* list styles */

ul {

}

ol{

}

li{

}
