/******************************************************************************
* Defines default styles for My Site.                                         *
******************************************************************************/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top:0px;
	margin-left:0px;
}

a, a:link, a:active {
	text-decoration:underline;
	color: #003399};
}
a:hover {
	text-decoration:underline;
	color: #0066CC}
}

h1 {
  font-size: 130%;
	color: #333333;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

textarea, input, select, radio, checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/******************************************************************************
* copyright                                         *
******************************************************************************/
.copyright {
    float:right;
    padding: 2px 0 0 0;
}

.copyright img {
    float:left;
    margin:2px 3px 0 0;
    border:0;   
}

.copyright a:link, .copyright a:active, .copyright a:visited {
    color:#003399;
    text-decoration:none;     
}
.copyright a:hover {
    color:#0066CC;
    text-decoration:underline;       
}

