/* 
    Document   : style
    Created on : 30 Jun, 2011, 2:20:01 PM
    Author     : Ritesh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
