

/* 
 * MyRo LLC, All Right Reserved
 *
 */


/*
 Permanently enable Scroll Bars for smoother page transitions
*/
   
html, body, #wrapper {
   height:100%;
   margin: 0;
   padding: 0;
   border: none;
   text-align: center;
}
   
#wrapper {
   margin: 0 auto;
   padding: 1;
   text-align: left;
   vertical-align: middle;
   width: 820px;
}

.title {
    font-size:18px; 
    color:#a0cdd4;
    text-decoration: none;
}

.ttext {
    font-size:14px; 
    color:#937764;
    text-decoration: none;
}

.ttext2 {
    font-size:14px; 
    color:#9ad0d5;
    text-decoration: none;
    font-weight: bold;
}

html {
     overflow:scroll;
}

/*Generic site wide styles*/
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: verdana;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    border:0;
}


/* controls the appearance of links throughout the application */
a:link, a:visited, a:active {
    font-size:12px; 
    color:#937764; 
    text-decoration: none;
}

a:hover{
    color: #b1b1b1;
}

a.dropDownLink:hover { text-decoration: none; }


a img{
    border:0;
}


H1{
	font-style:italic;
	padding:0px 0px 0px 10px;
	font-family: Verdana;
	font-size:24px;
	font-weight:500;
	height:20px;
	color:#0b3978	
}

H2{
	font-family: Verdana;
	font-size:18px;
	font-weight:300;
	color:#937764;
}


H3{
	padding:0px 0px 0px 50px;
    font-weight:300;
    font-size:14px;
    font-family: Verdana;
    color:#666666;
}

H4{
    font-size:11px;
    font-weight:500;
    font-family: Verdana;
    color:#808080;
}

.myro-box {
  margin-bottom:10px;
  padding:0px 10px 9px 0px;
  background:url(../images/box-bottom.gif) left bottom no-repeat #FFFFFF;
}

.myro-box-top {
  margin:5px 0px 0px 0px;
  background:url(../images/box-top.gif) left top no-repeat #FFFFFF;
}

table {
	border-width: 0px;
	border-spacing: 0;
	border-style: outset;
	border-collapse: separate;
}
table th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	-moz-border-radius: 0px;
}
table td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	-moz-border-radius: 0px;
}
