/* CSS Trio*/


/* Main Structure styles*/

Body {


}
.Cellone {
width:748px;
height:71px;
background-image:url(../images/Trio-cellone-image.gif);
background-repeat:no-repeat;

}
.Celltwo {
width:748px;
height:33px;
background-color:#FFFFFF;

}
.Cellthree {
width:283px;

}
.Cellfour {
width:465px;
background-color:#FFFFFF;
padding-top:27px;
padding-right:10px;

}
.Cellfive {
width:748px;
height:59px;

}
/* Font styles*/

.Greyfont {
font-family:Arial;
font-size:medium;
line-height:18px;
color:#767474;

}
.Greytitle {
font-family:Arial;
font-size:large;
line-height:22px;
color:#767474;

}
.GreyLight{
font-family:Arial;
font-size:medium;
line-height:20px;
color:#7B7979;

}
.RedLight {
font-family:Arial;
font-size:small;
line-height:20px;
color:#D11B54;

}
.Greysmall{
font-family:Arial;
font-size:small;
line-height:16px;
color:#7B7979;

}
.Redsmall{
font-family:Arial;
font-size:small;
line-height:16px;
color:#D11B54;
}

/*Link Styles*/

a.Link:link {font-family:Arial; font-size:medium; color:#7B7979; text-decoration:none;}
a.Link:visited {font-family:Arial; font-size:medium; color:#7B7979; text-decoration:none;}
a.Link:hover {{font-family:Arial; font-size:medium; color:#1294b4; text-decoration:none;}
a.Link:active {font-family:Arial; font-size:medium; color:#1294b4; text-decoration:none;}
